https://github.com/bonface221/personal-blog
This is a personal blogging website where you can create and share your opinions and other users can read and comment on them. Additionally,has a feature that displays random quotes to inspire your users.
https://github.com/bonface221/personal-blog
flask
Last synced: about 2 months ago
JSON representation
This is a personal blogging website where you can create and share your opinions and other users can read and comment on them. Additionally,has a feature that displays random quotes to inspire your users.
- Host: GitHub
- URL: https://github.com/bonface221/personal-blog
- Owner: bonface221
- License: mit
- Created: 2022-05-15T09:09:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T21:05:35.000Z (about 4 years ago)
- Last Synced: 2025-01-12T06:43:15.425Z (over 1 year ago)
- Topics: flask
- Language: Python
- Homepage: https://bloggy221.herokuapp.com/
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bloggy
## Description
> This app works just like a blog app

## Prerequisites
+ Python3.9
+ flask
+ Virtual environment.
## How to run the app
1. Clone the project by running the following command: git clone https://github.com/bonface221/personal-blog.git
2. Install the dependencies in the requirements.txt file.
3. Create a database and run migrations.
4. The run python manage.py to run the server.
## Technology used
+ [X] Python3.9
+ [x] flask
+ [x] SQLAlchemy (postgresql)
## Contributing
Please create a pull request here: https://github.com/bonface221/personal-blog/compare
## Link to view the app (heroku)
deploying in a few
## Author
[Bonface221](https://github.com/bonface221)
## License ([MIT License](./LICENSE))
This project is licensed under the MIT Open Source license, (c) bonface221
Follow the link to view the licence.