- Django Rest FrameWork API
- Install Poetry as Virtual Env
- create a virtual env with Poetry:
poetry init
- access the newly created virtual env:
poetry shell
- create a virtual env with Poetry:
- Install Django:
poetry add django
- Install Django RestFramework:
poetry add djangorestframework
- Install Python Decouple:
poetry add python-decouple
-
Migrate
python manage.py makemigrations
python manage.py migrate
-
Run
python manage.py runserver
- ToDo: add Tests
- MIT
- Get in touch with Sambiase
- Website: martinhosambiase.com
- E-mail: marsamb@gmail.com