- Clyde Geyer cag1831@rit.edu
- Ethan Logue eml8469@rit.edu
- Alex Leute acl2809@rit.edu
- Christian Berko ceb1810@rit.edu
- Create, Read, Update, and Delete (Purchase) GUI actions, with REST API for each function
- Basic (demo-level, non-hashed) user authentication
- Per user car ownership/index
- Custom logging to file
- SQLite
- React
- Express
- Node.js
After cloning the repo and opening a CMD at the root of the project:
- Run
npm i - Install node nodules for application:
npm run install - Depending on your environment (hosted or development) you will want to change the two relevant URL lines in
frontend/src/utils/apiRequest.js, as well asbackend/server.js - Run
npm run start
This will start the frontend and backend services concurrently.