Skip to content

This is a blog app created using the Flask web framework in Python for the backend and HTML/CSS & JavaScript for frontend. With this app, you can make blog posts. You will have a title and a description. The title is the subject and the description being the actual blog. You have the ability to update and delete blog posts. You can also create y…

License

arpanneupane19/bloggy-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloggy

Bloggy is a blog posting platform creating with Python & Flask. Users can register/login, post, comment, follow other users, like posts, and message others.

Running The App

If you'd like to use the virtual environment to run the app without installing packages onto your system, run one of the commands below depending on your OS.

macOS

source venv/bin/activate && python3 wsgi.py

Windows

source venv/bin/activate && python wsgi.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

This is a blog app created using the Flask web framework in Python for the backend and HTML/CSS & JavaScript for frontend. With this app, you can make blog posts. You will have a title and a description. The title is the subject and the description being the actual blog. You have the ability to update and delete blog posts. You can also create y…

Topics

Resources

License

Stars

Watchers

Forks