https://soen357-ufree.herokuapp.com/ (site will idle after 30min inactivity, will take ~30s to boot)
Test Account: email: [email protected], password: pass
Frontend:
- ReactJS
- Axios
- Bootstrap
- QRCode
- Toastify
Backend:
- NodeJS
- ExpressJS
- Mongoose
Database:
- MongoDB Atlas
git clone [email protected]:rsleyland/SOEN357-prototype.git
cd SOEN357-prototype
npm install
npm start
cd SOEN357-prototype/frontend
npm install
npm start
Uses npm package nodemon to automatically update node application when changes are made.