True Diaries is a social blog publishing platform that allows writers to create and share posts that can be useful to the community.
- Python
- Flask
- SQLAlchemy
-
Install requirements using pip
pip install -r requirements.txt
-
Create the tables using db_init.py
python db_init.py
-
Run the app using run.py
python run.py
-
The app should now be running at localhost:5000