/draggle_blog

A full fledged blogging application. :computer: :bulb: :memo:

Primary LanguagePythonMIT LicenseMIT

draggle-blog

banner

codecov Codacy Badge Build Status GitHub last commit (branch) Dependabot Status standard-readme compliant Django project

This is a blog application. I use django for making this app.

TODO: Fill out this long description.

Table of Contents

Background

Tech stacks used for this application

  • Python 3.7
  • Django 2.2
  • Materialize css

Install

First of all you have to install pipenv

pip install pipenv

Then open terminal in the project directory and run this command

cd src/
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Usage

Goto localhost

http://127.0.0.1:8000/

Maintainers

@Dipto Karmakar

License

MIT © 2019 Dipto Karmakar