Deployment: https://task-list-app-13092021.herokuapp.com/
Instructions for local run:
- Install packages using
npm install. If you're on Ubuntu and prefer yarn, useyarn install - Start up server.js using
npm run start
- Navigate to
root/web - Start up next.js using
npm run local - Open page.html on any browser. It is set to query server.js at
http://localhost:3000
The default login: Username: yihfoo@gmail.com Password: AtD9EXiv2q Note that this is definitely not recommended in production! I'd also encrypt the password
Backend is deployed on heroku, while nextjs frontend is deployed with Vercel
Needs to run only 1 dyno: "backend" defined in Procfile
On default deployment, only web dyno will start
Start backend with heroku ps:scale backend=1