https://github.com/meaf75/reactjs-redux-flask
Sever, API REST made with the micro framework Flask and Front End Client made with React & redux
https://github.com/meaf75/reactjs-redux-flask
Last synced: 21 days ago
JSON representation
Sever, API REST made with the micro framework Flask and Front End Client made with React & redux
- Host: GitHub
- URL: https://github.com/meaf75/reactjs-redux-flask
- Owner: meaf75
- Archived: true
- Created: 2021-04-13T02:47:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T04:50:12.000Z (about 4 years ago)
- Last Synced: 2025-02-26T14:16:07.482Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REACTJS - REDUX - FLASK
This is a working small example full stack project about a simple API REST made with the micro framework Flask for python and a client with React js using GSAP and MaterialUI
- This repository is divided by client and server
- You can see the api available request at [Postman request.json](./server/postman_collection.json)
- You can find the database dub at [flask-rest-api-dumb.sql](./flask-rest-api-dumb.sql) (Database name must be "flask-rest-api" or you can configure the db uri at [config.py](./server/app/main/config.py)# Stack services information
- You can find more information about the backend service at [BACKEND README.md](./server/README.md)- You can find more information about the client service at [CLIENT README.md](./client/README.md)
## Client preview
