This repo is used for JR academy tutoring purpose.
- fork this repo (if you want)
- git clone this repo
- add .env file to the root directory
DB_HOST=127.0.0.1 DB_DATABASE=jr-eb-deploy DB_PORT=27017 JWT_KEY=your-random-key
npm install
npm audit fix
npm run dev
- make sure you see something like
Server is listening on PORT: 3000
- make sure you see something like
- there are two bugs in student, one in course. DEBUG them!
- check the logic, use debug tool if needed.
npm start
- there should be errors shown in the terminal, Read carefully and SOLVE them.
- Connect with remote DB
- Commit your changes
- pack your project with
git archive -v -o jr-cms.zip --format=zip HEAD
- you should get a jr-cms.zip file in your root directory.