A simple blogger application built using flask and Peewee, with sqlite3 database.
- Frist clone the project and move to current working directory.
- Install the required packages using requirements.txt file by the command
pip install -r requirements.txt
- Run models.py file using
python models.py
command. - A Database and a table in it are created by the above script.
- Run your server using
python app.py
- python2.7.x or python 3.x.x
- flask
- peewee