Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivan-corporation/reactpython_bookapp
That is a example of a Book app on Python, made with support of all JS libraries on React framework 📖
https://github.com/ivan-corporation/reactpython_bookapp
express flask mui parcel python react sql transcrypt
Last synced: 14 days ago
JSON representation
That is a example of a Book app on Python, made with support of all JS libraries on React framework 📖
- Host: GitHub
- URL: https://github.com/ivan-corporation/reactpython_bookapp
- Owner: Ivan-Corporation
- License: isc
- Created: 2021-12-17T17:55:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T09:41:04.000Z (about 3 years ago)
- Last Synced: 2024-11-18T07:00:16.744Z (3 months ago)
- Topics: express, flask, mui, parcel, python, react, sql, transcrypt
- Language: Python
- Homepage: https://www.youtube.com/watch?v=gKbYcBLkr7k
- Size: 509 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## React+Python Books App
### You can use this repository whenever you want
### Used for a video - https://www.youtube.com/watch?v=gKbYcBLkr7k
![rp](https://user-images.githubusercontent.com/58357980/149654771-ac5e9d70-8077-486d-9af3-33813b031423.jpg)
Create the database:
python -m dbutilsStart the web server:
python -m appserverActivate the virtual environment: (ON THE CLIENT SIDE!)
venv\Scripts\activate (Windows)
source venv/bin/activate (Mac/Linux)npm run dev on client folder!
login - admin
password - 123JS Dependencies
- "express"
- "http-proxy-middleware"
- "parcel-bundler"
- "parcel-plugin-bundle-visualiser"
- "parcel-plugin-transcrypt"
- "@babel/polyfill"
- "@material-ui/core"
- "@material-ui/icons"
- "deepcopy"
- "notistack"
- "react"
- "react-dom"
- "react-ga"
- "react-modal"