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.
- Host: GitHub
- URL: https://github.com/grrlopes/busy-car
- Owner: grrlopes
- Created: 2021-07-19T18:33:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T16:43:08.000Z (almost 4 years ago)
- Last Synced: 2025-01-25T21:26:25.268Z (4 months ago)
- Language: TypeScript
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```