I was just learning JavaScript and accidentally developed this program. (At least I didn't build a shelf.)
Note: Dark reader enabled!
- json-server (you may wanted to install it globally)
- node
- npm
Clone or download and extract this project. Locate to project directory and start the backend with the command below:
npm run start
You should be able to connect to http://localhost:3200 address and see this error:
An error occurred while reaching the server.
This is because you also need to run the API service. To run this service execute this command:
json-server --watch api/employee.json