Skip to content

sjwhole/diary-backend

Repository files navigation

Diary

REST API for my diary app

Installation

Clone the source code and use Docker for build:

docker-compose up --build -d

Migrate models to database:

docker-compose exec api python manage.py makemigrations 
docker-compose exec api python manage.py migrate 

To fix the static files unloaded:

docker-compose exec api python manage.py collectstatic --noinput

About

My Diary backend built with Django

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published