Skip to content

DRF project for creating random users using external API with docker, JWT auth, swagger docs and unittests

Notifications You must be signed in to change notification settings

MMartynamajchrzak/UserGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UserGenerator

General info

DRF project for creating random users using external API with docker, JWT auth, swagger docs and unittests

Setup

To run this project, run following command:

$ docker-compose build --no-cache

In case of any problems try:

$ docker-compose up -d --force-recreate

In order to run migrations:

$ docker-compose exec app python manage.py migrate

To create super user in a running container:

$ docker-compose exec app python manage.py createsuperuser

To run unittest

$ docker-compose exec app python manape.py test

Documentation

When container is running, documentation generated by swagger is available here.

About

DRF project for creating random users using external API with docker, JWT auth, swagger docs and unittests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published