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

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)

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)