This project was create to improve my studies in React and API development.
- 1 . Clone this project
- 2 . Install project dependencies with the command: yarn install or npm install
- 3 . Install the json-server with the command: npm install -g json-server
- 4 . Create the file db.json in your root project
- 5 . Create json structure like the example below:
- 6 . To start json-server use the command: json-server --watch db.json --port 3005
- 7 . To start the project use the command: yarn start or npm run start
- React
- HTML
- CSS