Open terminal and run:
- cd server
- npm install
- npm start
The backend server will start.
Now open another terminal and run:
- cd client
- npm install
- npm start
The frontend will start.
- Frontend sends API requests to Backend.
- Backend talks to the database.
Both should be running at the same time in two terminals.