Inspect a product and compose an inspected description using a checklist
- Create database at https://cloud.mongodb.com
- In .env file update MONGODB_URI=mongodb+srv://your-db-connection
$ cd server
$ npm install
$ npm start
# open new terminal
$ cd client
$ npm install
$ npm start