/todobackend

Primary LanguagePythonMIT LicenseMIT

todobackend

A playable todo list backend

Built with Cookiecutter Django
License:MIT

Installation

Setting Up Dev Environment

  1. install docker
  2. git clone the repo
  3. make init to create the initial database

Running the development server

docker-compose up -d runserver