- main: Contains the
README.md
file only. - frontend: Contains the frontend code written using Angular, PrimeNG, and PrimeFlex.
- backend: Contains the backend code written using Node.js, Express, and Mongoose.
git clone <repository_url>
git checkout <branch_name>
Step | Terminal 1 | Terminal 2 |
---|---|---|
1 | git checkout frontend |
git checkout backend |
2 | Change the DB_URL in src/app/services/constant.ts |
Add the .env file by referencing the .env.example file |
3 | npm install && ng serve |
npm install && npm run dev |