This project was made as part of this React tutorial YouTube playlist by The Net Ninja
Step 1) Clone the repo
Step 2) Open the project directory in the terminal and run:
to install the node modules
Step 3) Open the project directory in the terminal and run:
The app opens in http://localhost:3000 in your browser.
Step 4) In another terminal, open the project directory and run the script:
This creates a mock back-end server which runs on port 8000 using the database in db.json file in the data folder in root drectory.