This is the software was intended to be used as a tech blog that my brother (Rosario Pulella) and I (Pasquale Pulella) would have used as our blog. We changed our mind about the blog and thus the project is no longer being developed. The code is still available for demonstration purposes.
- python
- Flask_sqlalchemy
- flask_dance
- flask_login
- markdown2
- Flask
environment variables can be found on config.py. You can use the config file if you don't want to use environemnt variables.
- DATABASE_STRING = enter string to tell the program where the database is
- GITHUB_CLIENT_ID = Client id for the github oauth login
- GITHUB_CLIENT_SECRET = Client secret for github's oauth
The project was still in development when it ended, and its kind of buggy but was very close to completion.