charity-admin-backend

Django backend for charity admin platform. Provides RESTful APIs for family management, resource allocation, and data storage.. Check out the project's documentation.

Prerequisites

Initialize the project

Start the dev server for local development:

docker-compose up

Create a superuser to login to the admin:

docker-compose run --rm web ./manage.py createsuperuser