Flying school student management app for admins
- git clone the repository
- checkout development branchh
- Run
npm run setup
for installing deps - Run
npm run backend
for starting backend AND Runnpm run frontend
for starting frontend
OR
- Run
npm run both
for starting both concurrently
DB URL: mongodb+srv://root:abcdefgh@cluster0.pukcq1u.mongodb.net/travel-order-app app url: https://yoke-sirius.netlify.app/
To add more data for test: node scripts/data-create.js
Pending to add