piotr-kopacki / bloggy

a microblog with reddit-styled comment system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%