Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 393 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 393 Bytes

todobackend-python-django

What?

Python + Django implementation of todobackend.com

Prerequisites

  • Python 3.6
  • pipenv

Running

Install required modules

brew install pipenv
pipenv install django
pipenv install django-cors-headers

Run the application

pipenv shell
python3 manage.py runserver localhost:<port>