Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 745 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 745 Bytes

timestamp-ms

A timestamp microservice usig Sinatra.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Sinatra

gem install sinatra

Installing

Clone the repository.

git clone https://github.com/enriquereyes/timestamp-ms.git

Install dependencies.

gem install sinatra

Launch application.

ruby timestamp-ms/app.rb

Navigate to http://localhost:4567/

Built With

License

This project is licensed under the MIT License - see the LICENSE file for details