CSCI 4300 Final Project
Worked in group to design and build a full stack web application that provides a service by implementing the following:
- React component user interface
- User authentication and authorization
- Ability to create, view, update and delete items
- Nodejs server
- MongoDB to store elements
In the project directory install dependencies via node:
$ npm install
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.