/base_django

Example Project for a Dockerized Django REST, Gunicorn and Nginx in Development

Primary LanguagePythonMIT LicenseMIT

Example Project for a Dockerized Django REST, Gunicorn and Nginx in Development

This is a small contribution for the community in order to facilitate the development of applications.

This is an example of a project that uses the following technologies:

  • Django REST APIs
  • Docker with Docker Compose

System Requirements

Setup Local Environment

First things, first. Clone the repo

git clone https://github.com/RobertArzolaC/base_django.git

To setup a Dockerized development environment

In my opinion, this is the easiest way to get up and running.

1. Create .env file

Example .env file

2. Build docker container

make docker-build-dev
make docker-up-dev

Visit http://localhost/admin. You should see admin django ;)

Languages used

Tools used

Helpful resources

Authors

  • Robert Arzola Castillo - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details.