Ruby - Sinatra JSON RESTful API for ride hailing service.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Install Docker
- Using Docker for Development
- Install Docker
- Create .env file with the files of example.env
- Run
docker compose build
- Run
docker compose up
- Server will be ready to listen request to the port 9090
docker compose -f docker-compose.test.yml build
docker compose -f docker-compose.test.yml up --remove-orphans --force-recreate
In this link you'll find the posible methods and the body for respective request
- Sinatra - Framework used
- PostgreSQL - Database
- Cristian Izaquita - Full stack developer - Cizaquita