- Clyde Geyer [email protected]
- Ethan Logue [email protected]
- Alex Leute [email protected]
- Christian Berko [email protected]
- 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.