Skip to content

nirblo50/Web-project-Blog-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Web-Project using Flask

Coding Coding

About this project

Watch the demo at: http://nirblo50.pythonanywhere.com
This project is a Web-app that allows users to publish posts and view other user's posts. 
My main focus developing this project was the user management and sql database.

Features

1. User management: Sign-up / Login / Logout
2. User interface: Navbar / Buttons / Forms
3. Publishing posts and viewing other user's posts
4. Database (SQLAlchemy): Save users, prefferences and Posts
5. Email notifications and updates

Setup & Installation

Make sure you have Python version of 3.9 or above installed.

pip install -r requirements.txt

Running The App

python main.py

Viewing The Website

To see the website I already deployed you can visit: http://nirblo50.pythonanywhere.com/

To deploy your own, after running main.py go to:
http://127.0.0.1:5000

Coding

About

Flask Web app which lets users to publish posts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published