important note! : this README file explanations may not work on machines which doesnt run unix like osS
- first make sure you have node js and npm installed
- then install dependencies with this command :
npm i
- then create a .env file in project root (if it doesn't exist) and add these required env vars like the following style :
frontend_port=4009
API_BASE_PATH=http://localhost:4000
- then start the application using this command :
npm run dev