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 installNavigate into server((Backend)) folder to install dependancies
cd ../server
npm installOpen 2 terminal tabs in the both client and server folder
inside the server((Backend)) folder, run;
npm startinside the client((Frontend)) folder, run;
npm startnavigate to the root folder of the application
Run;
docker-compose up
MONGO_URL=''
PORT=
JWT_SECRET=""

