Skip to content

Latest commit

 

History

43 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Rest Framework

This is a DRF project including database core, unit test and docker.


Prerequisites

  • Python=>3.10

Considerations

Requests to the API in Curl and Httpie.

Httpie provides a clean terminal output which is handy for this type of project. You will need to install it locally if you want to use the commands.

Note: Httpie is pre-installed in the docker container.


Getting started

pip install requirements.txt
python -m venv venv
docker-compose up -d --build
source venv/bin/activate
cd backend
python manage.py runserver

Running unit tests

cd backend
python manage.py test

About

API built in Python using Django REST Framework.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages