A photo tagging game <<<<<<< HEAD
Create .env file in server folder:
- BaseUrl = "your-client-url"
- MongoDB = "your-mongodb-connection-string"
Also create .env file inside the frontend folder:
- VITE_BASE_URL = "your-server-url"
After creating those environment variables continue to dependency installation.
Execute inside the both client and server folders:
npm install
Execute:
npm start
Or to start the server continuously with nodemon:
npm run devstart
Inside the frontend folder execute:
npm run dev
=======
parent of 3236788 (Update README.md)