Skip to content

RESTful webservice created using Python Flask for a Blogging website (SQLite DBMS)

License

Notifications You must be signed in to change notification settings

nikita9604/Blogging-Website-using-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/