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

https://github.com/kdandy/cinmon


https://github.com/kdandy/cinmon

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# cinamon
## cinema movies breakdown
movies website made with flask and TMDB api.

## installation
>gunakan `git bash` untuk installasi. (reqomended)
### windows
```bash
git clone https://github.com/Taufik-H/cinamon.git
```
```bash
cd cinamon
```
```python3
py -3 -m venv venv
```
```python
. venv/Scripts/activate
```
```python3
pip install Flask requests flask_mysqldb
```
```python3
flask --debug run
```