There are following steps to use this repo (if you are familiar with dockers):
- You need to clone this repo.
- After clone you need to get into the root folder and then open the terminal or commmand prompt in the root folder of this repo.
- You need to run "docker compose up" and wait sometime to build the images and containers.
- After the images and containers have been built you need to run the localhost:http//3000.
- Then the app will run on your local host
- The login email is [email protected]
- The password is 123456789
There are following steps to use this repo (if you are not familiar with dockers):
- You need to clone this repo.
- After clone has been done you need to open the terminal and get into the frontend folder by using cd command.
- Now you need to install the node dependencies using "npm install"
- Then you need to run the "npm run start" to run the frontend on your local host.
- After the runnig of frontend, you need to do same for the backend
- you need to get into the backend folder using cd command
- Then you need to install node dependencies using "npm install"
- After the installation of dependencies you need to create a file named ".env" in the backend folder and use the sample.env file content and set the mongodb url locally or remotely of your choice.
- Then you need to run node index.js