This project is for the practice skills for the final exam of AF.
It is a module for third year SE students of SLIIT
Postman APIs can be found here
1) Install dependencies on both backend and frontend folders by running the following command:
$ npm install
2) Setup your own mongoDB database and copy the connection string to the .env file in the backend folder.
3) Run the following command to start the server in backend folder:
$ npm start
4) Run the following command to start the server in frontend folder:
$ npm start
Goto the frontend folder and run the following command:
$ npm run dev