Skip to content

Boilerplate to setup quickly with Django, PostgreSQL and Docker.

License

Notifications You must be signed in to change notification settings

saifxd7/boilerplate-django

Repository files navigation

boilerplate-django

Boilerplate to setup quickly with Django, PostgreSQL and Docker.

How to use

Note: Make sure you have installed Python3, PostgreSQL, Docker and Git.

  1. Clone the repository git clone https://github.com/saifxd7/boilerplate-django

  2. Run the ./setup.sh <your_project_name> eg. ./setup.sh example

  3. Run docker-compose up -d to start the PostgeSQL container.

  4. Wait a couple of seconds for PostgreSQL database to start and run ./manage.py runserver

  5. Open browser and hit the url http://127.0.0.1:8000/ and we successfully create a base setup project

Contact

Saif - LinkedIn

About

Boilerplate to setup quickly with Django, PostgreSQL and Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published