This application allows users to create, read, update and delete assignments and was built using React, Node.js, Express.js, and MongoDB.
INSTRUCTIONS
- Run "npm install -y"
- Set up .env file - MONGODB_URI=(your database connection string) PORT=(port number)
- Run app locally - npm run build
- Start the app - npm run start