This application contains 2 main repos, front end and backend in 2 seperate folders names "client" and "server"
Navigate into client((Frontend)) folder to install dependancies
cd ./client
npm install
Navigate into server((Backend)) folder to install dependancies
cd ../server
npm install
Open 2 terminal tabs in the both client and server folder
inside the server((Backend)) folder, run;
npm start
inside the client((Frontend)) folder, run;
npm start
navigate to the root folder of the application
Run;
docker-compose up
MONGO_URL=''
PORT=
JWT_SECRET=""