This project implements:
Separated by folders: Frontend and Backend
Frontend:
- React
- Router and Redux View README.md on folder Frontend
Backend:
- API
- Database on MongoDB View README.md on folder Backend
Base Project: https://github.com/FernandoTorresL/ejercicio_maqueta01
Mockup:
Finished
Finished
This is the result so far: Preview of FrontEnd with React, Hooks and a Fake API:
Finished
cd frontend
npm install
npm run build
json-server initialState.json
npm run start