- Node.js version 12 or higher
- MongoDB version 3.6 or higher
- run
npm installboth in frontend and backend directory
- start backend server:
npm --prefix ./backend/ run start - to initialize DB with test data set send:
GET localhost:3000/init
- start frontend dev server:
npm --prefix ./frontend/ run start - open in your browser http://localhost:4200