https://github.com/espoirmur/my-firstproject
A Simple Python Flask Crud web APP
https://github.com/espoirmur/my-firstproject
flask javascript python
Last synced: 3 months ago
JSON representation
A Simple Python Flask Crud web APP
- Host: GitHub
- URL: https://github.com/espoirmur/my-firstproject
- Owner: espoirMur
- Created: 2016-12-24T07:49:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-27T19:28:13.000Z (about 9 years ago)
- Last Synced: 2025-01-04T14:45:29.562Z (over 1 year ago)
- Topics: flask, javascript, python
- Language: Python
- Homepage:
- Size: 461 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-firstProject
Me
this project is from a learning path i'm taking about python and flask
it is my first web app in python and flask , so it may have many bugs and errors !
if you find some please help me to correct them
i build this project by following grimberg flask book and other tutotrials on many sites
such as https://scotch.io/tutorials/build-a-crud-web-app-with-python-and-flask-part-two
and many topics on stacoverflow!!!
to make this project working you have to make some security configuration:
Add create instance floder and add config.py file in it in this fille you must have these configuration:
SECRET_KEY = 'Your secret keys'
SQLALCHEMY_DATABASE_URI = 'url to the database'
you must also configure environement variable for your gmail account and facebook id and google for auth process working
FACEBOOK_ID and FACEBOOK_SECRET, and GOOGLE_ID and GOOGLE_SECRET must be added