Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 691 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 691 Bytes

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