An innovative new app that tracks dining plans and monthly budgets for money-conscious adults and college students.
Hosted @ https://ambitious-grass-040551c1e.4.azurestaticapps.net/ using "deploy" branch
View demo here
To get the Repo up and running on your own device:
- Git clone the repository
- In the root of the monorepo, run "npm install"
- Create your .env in the packages/express-backend directory. Houses 2 environment variables
MONGO_CONNECTION_STRING=<Connection String>
TOKEN_SECRET=<Token secret of choice>
- Change the API_PREFIX values in packages/react-frontend/src for Login, Signup, Table, and Overview to your own backend if the port differs (or to link up with deployment backend)
- npm run dev in both packages/express-backend directory and packages/react-frontend
See docs here

