Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 342 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 342 Bytes

This application allows users to create, read, update and delete assignments and was built using React, Node.js, Express.js, and MongoDB.

INSTRUCTIONS

  1. Run "npm install -y"
  2. Set up .env file - MONGODB_URI=(your database connection string) PORT=(port number)
  3. Run app locally - npm run build
  4. Start the app - npm run start