/littlelemon

Primary LanguagePython

If you have docker installed you can spin up MySQL DB with docker compose up. Dependencies of the project are managed by Nix and pipenv.

To start the project install python tooling or use Nix:

  nix develop
  cd workspace/littlelemon
  pipenv shell
  pipenv install
  python manage.py makemigrations
  python manage.py migrate
  python manage.py runserver

After running the project feel free to check endpoints created in lab assignments like: