Skip to content

Inspect a product and compose an inspected description using a checklist

Notifications You must be signed in to change notification settings

gahmee/Inspection-Composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inspection Composer

Inspect a product and compose an inspected description using a checklist

Capture

Edit and add new categories

Capture2

Dev Set Up

1. Create .env File

  • changeUploading Capture.PNG… .env.example in server folder and rename it to .env

2. Setup MongoDB

3. Run Server

$ cd server
$ npm install
$ npm start

4. Run Client

# open new terminal
$ cd client
$ npm install
$ npm start