This is the software engineering project focused on creating a resource for gainesville occupants that provides information about pantries and their stock. The program allows for several user to be logged in at once as well as a pantry login for pantries to change their stock amounts.
- install express (npm install express)
- install node js (https://nodejs.org/en)
- Install mySQL (npm install mysql2)
- install express-session (npm install express-session)
- Go to the /FEEDS/ directory
- Install all the requirements
- Run "node ./server.js"
- Login into https://www.phpmyadmin.co/ using the credentials from the db.js code
- View and edit the database tables