An open API service indexing awesome lists of open source software.

https://github.com/grrlopes/busy-car

That project allows anyone rent great avaible cars in a easy way.
https://github.com/grrlopes/busy-car

Last synced: 3 months ago
JSON representation

That project allows anyone rent great avaible cars in a easy way.

Awesome Lists containing this project

README

        

# busy-car.

## Dependencies:
```
node v14.16.1
npm v6.14.11
```
## Run the project:

To run docker, just run `docker-compose up` and the start script will run until the tests.

To run locally, use `npm run test` to run the tests or `npm run dev` to up app.

Do not forget to put down environment variable such as :
```
KNEX_ENV=TEST
```