Home - Jcal-4/RentMyRide GitHub Wiki
Welcome to the RentMyRide wiki!
Description
The app is a website for renting all types of luxury cars. Users can rent cars near them or use the search bar functionality with a Google Maps implementation. Users will be able to leave reviews on the cars in order to help others who are also looking to rent. The reviews will include a rating system and also a description. Users do not need to be logged in to view the website. An account is required in order to rent a car and leave a review.
How to start a development environment
- Clone project
- npm install in both the backend and frontend folder
- Generate & add .env SessionSecret
- npm start in the backend folder
- npm start in the frontend folder and wait for the browser to open
Technology Used
- JavaScript
- React
- Redux
- Node.js
- Sequelize
- HTML
- CSS