Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 882 Bytes

File metadata and controls

29 lines (23 loc) · 882 Bytes

CRUD Car Marketplace Demo (ISTE444-2245 Group 9)

Group Members

Features

  • 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

Stack

  • SQLite
  • React
  • Express
  • Node.js

Project Setup

After cloning the repo and opening a CMD at the root of the project:

  1. Run npm i
  2. Install node nodules for application: npm run install
  3. 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 as backend/server.js
  4. Run npm run start

This will start the frontend and backend services concurrently.