This is an server written in Node.js using json server. This repository is a back end. If you want to try playing with this, follow the manual.
Clone repository with server using command git clone
git clone https://github.com/devlsl/react-shop-server.git react-shop-server
Go to the react-shop-server directory and run the package installation command
npm i
And the command to run server
npm start
The server starts automatically on port 8000. You can change this at index.js
const PORT = 3050
You can play with app that uses this server
Follow the link