https://github.com/tonychouteau/cineterter
Web App for review movies, series and anime using React.js (Front) and Python, Flask, SQLAlchemy, MYSQL (Back)
https://github.com/tonychouteau/cineterter
mysql python reactjs sqlalchemy-python
Last synced: about 2 months ago
JSON representation
Web App for review movies, series and anime using React.js (Front) and Python, Flask, SQLAlchemy, MYSQL (Back)
- Host: GitHub
- URL: https://github.com/tonychouteau/cineterter
- Owner: TonyChouteau
- Created: 2021-08-16T12:13:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-28T13:31:55.000Z (over 3 years ago)
- Last Synced: 2025-01-31T16:36:00.768Z (4 months ago)
- Topics: mysql, python, reactjs, sqlalchemy-python
- Language: JavaScript
- Homepage: https://vps.tonychouteau.fr:7999
- Size: 470 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CineTerTer
# Edit the code
Use `$ npm run prettier` to clean code using the Prettier language code formatter.
# Running the app
In a linux terminal, simultaneously run : \
`$ ./run.sh` (This will start the developpement flask server) \
and \
`$ npm run build` (This will compile the jsx files from the `./src` folder into js files in the `./public/scripts` folder)