Skip to content

A basic CRUD implementation for a blogging website.

Notifications You must be signed in to change notification settings

Maham-Anwaar/Blogs-backend

Repository files navigation

Clone the repo and then use the following command to start the app

1. docker-compose build
2. docker-compose up

Migrations

When you want to migrate db changes

1. docker-compose run web python manage.py makemigrations
2. docker-compose run web python manage.py migrate

About

A basic CRUD implementation for a blogging website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published