This project works around the base functions needed in car renting. The main agents are: Customer, Car & Rental. With this repo, we can test all of the routes associated by command line.
To get started, you need to clone this repository on your machine:
https://github.com/noemyroberta/car_rent_app.git
This project is made with Node JS. Please, install it here.
You need to install the dependencies required to run the project.
npm install
You'll install all of the following deps:
"axios": "^1.6.7",
"express": "^4.18.2"
node app.js
Then you're ready to go!
WARNING: Make sure you're on the project root.