Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 📖

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 dbutils

Start the web server:
python -m appserver

Activate 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 - 123

JS 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"