Skip to content

jcazallasc/django-rest-framework

Repository files navigation

Notes

This project has been developed using TDD

Docs

You can find the api documentation in the docs folder

Prerequisites

How to run using docker-compose

docker-compose up

How to run tests

docker-compose run app sh -c "python manage.py test && flake8"

How to run migrations

docker-compose run app sh -c "python manage.py migrate"

How to run commands inside the docuker container

docker-compose run --rm app sh -c "[command]"

How to check using Postman

You can import my Postman collection, you will find it in the root of the project. In the collection, you'll see shortcuts to the different endpoints. Don't forgot to override the token to access to private endpoints.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •