Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohitdalal0/flask-youtube
https://github.com/rohitdalal0/flask-youtube
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohitdalal0/flask-youtube
- Owner: rohitdalal0
- Created: 2020-01-22T07:26:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T07:46:30.000Z (almost 5 years ago)
- Last Synced: 2024-04-19T08:36:29.644Z (7 months ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.