in both the client and the server directory, make sure to get the packages by running 'npm install' in both
inthe server folder create a config folder and place a dev.env file with the following variables:
MONGODB=${your mongoDB database address} JWT_SECRET=${Your JWT SECRET}
in the client directory run: 'npm run start' to start the client server in the server directory run: 'npm run dev' to start the client server