Install both backend and frontend. Frontend placed in /client directory.
brew update
brew install redis
brew services start redis
Download Redis from https://redis.io/
In the project directory, you can run:
Runs the backend and frontend in the development mode.
Open http://localhost:5000 to view the backend server.
Open http://localhost:3000 to view the frontend server.
Run the backend server in nodemon.
Run both backend and frontend concurrently.