This project was bootstrapped with Create React App.
In the project directory, you can:
Install json-server and run the simulated data using json server. json-server --watch db.json --port 3001
Resources: /users 7x /roles 3x /children 21x /permits 6x /categories 6x /regions 7x /news 18x To access and modify resources, you can use any HTTP method:
GET POST PUT PATCH DELETE OPTIONS
Install all dependencies first.
Run the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.