RentX is a NodeJS REST API for renting cars!
All API available endpoints are documented using Swagger. If you are running locally this API you can access the docs in http://localhost:3333/api-docs.
$ git clone https://github.com/augustorl/rentx-api
$ cd rentx-api
$ yarn
$ mv ormconfig.json.exemple ormconfig.json
$ mv .env.exemple .env
$ yarn dev # runs a local server
$ docker-compose up -d database # runs docker-compose.yml
$ yarn test # runs jest tests ang generates src/coverage
$ yarn build # Build to deploy
This project is under the MIT License. Read the LICENSE file for further information.