A car rental system made in Nodejs.
This is an example of how to list things you need to use the software and how to install them.
- npm
- mongodb
- Create new authenticated account.
- Create new car in database
- Book car and calculate price.
- Search available cars according to duration.
- List of cars a user has booked
- List of users who have booked a specific car
- Install npm package
npm install