Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 852 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 852 Bytes

Blogging Website using Flask

RESTful webservice created using Python Flask and SQLite for a Blogging website.

Installation Requirements (libraries)

  1. pip install Flask
  2. pip install Flask-SQLAlchemy

Web Application

Steps of Code Execution

  1. Clone / Download this repository
  2. Unzip the downloaded folder
  3. Open any python editor (Here, VS Code is used)
  4. Run this python file and go to the link to execute the application.

References

https://www.tutorialspoint.com/flask/index.htm https://flask-restful.readthedocs.io/en/latest/