You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Rest API application of Django framework besides it's running on Docker so no virtualenv required. This one is for learning Docker, Travis-ci, Unit testing and many more.
Clone the repository and don't forget to start your Docker on your system
docker-compose build
If you want to build and check for unit test
docker-compose run --rm src sh -c "python manage.py test && flake8"
Runserver the project
docker-compose up
About
A Rest API application of Django framework besides it's running on Docker so no virtualenv required. This one is for learning Docker, Travis-ci, Unit testing and many more.