Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rohitdalal0/flask-youtube


https://github.com/rohitdalal0/flask-youtube

Last synced: about 15 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Flask-youtube a basic website to understanding python(flask).

**Modele required to run server:**

* `pip3 install flask flask_sqlalchemy datetime`

**Open you terminal or commandline in the flask-youtube folder:**

* Get to know python verssion `python3 --version or -v` or `python --version`.

* run command `python3`, otherwise `python` if you are using any python2 version.

**Database init:**

* `from run import db`
* `db.create_all()`

**Start server:**

* `python3 run.py`


# Congratulations!
* Your website is live now, get coffe with your friends and having fun.

# Star this at the top right and I'll see you ... with a new project.