For the server
Create a .env file
PORT=5000
$ cd react-day4-server-starter
$ npm install
# To launch the server
$ npm run devTo test, you can go there: http://localhost:5000/api/projects
For the client
$ cd project-management-client
$ npm install
# To launch the client
$ npm start