Skip to content

piotr-kopacki/bloggy

Repository files navigation

bloggy

A microblog with reddit-like comment system.

Try live here

Installing

bloggy requires Python 3.7+ to run.

Install the dependencies, make migrations and start the server.

$ cd bloggy
$ pip install -r requirements.txt
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py runserver

Using Poetry:

$ cd bloggy
$ poetry install
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py runserver

Running the tests

$ python3 manage.py test

Contribution

Feel free to contribute to the project by making pull requests!

Please run pre-commit run before creating a PR.

Built With

  • Django - Python Web framework

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

a microblog with reddit-styled comment system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages