Full stack web application to trade meal points at Washington University in St Louis (Washu)
At Washington University in St Louis (Washu), many students are above and below on meal points near the end of the semester. This website allows students to connect with other students to trade meal points!
- Regex to only allow wustl emails to register
- Improve design of frontend
- Add versitility to backend for admin portal
*** Make sure to have Node.js, npm, and go installed before continuing
- clone repo
git clone https://github.com/anand-dev-parekh/Washu-Meal-Point-Trading.git
cd Washu-Meal-Point-Trading-
Set Environment Variables frontend a) .env file contains localhost:8000 for base url api
-
Set Environment Variables backend a) DBUSER and DBPASS for MySQL user and password b) EMAILPASS for gmail app password
-
Install node modules and run frontend
cd frontend
npm install
npm run dev- Install go modules and run backend
cd backend
go mod download
go run .