You will need
- Node.js
- MongoDB
- Yarn
- Vue CLI
To host this project by yourself.
Setup dependencies by running:
(cd frontend && yarn install); (cd backend && yarn install)
Serve backend by running:
(cd backend && tsc && node dist/index.js)
Serve frontend by running:
(cd frontend && vue serve)