- Navigate to server folder
cd server- Install all needed packages
npm install- Run the server
npm startThe server will run on http://localhost:5000/
- Navigate to client (react) folder
cd client- Install all needed packages
npm install- And run the application
npm startThe app will run on http://localhost:3000/