Skip to content

CODEREXLTD/marketing-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Rex Marketing Automation APP

Setting up Django with PostgreSQL using Docker

Introduction

This repository provides a Dockerized environment for running a Django project with a PostgreSQL database. This README will guide you through the setup process.

Prerequisites

  • Docker and Docker Compose should be installed on your system.

Getting Started

  1. Clone the repository:

    git clone git@github.com:CODEREXLTD/marketing-app.git
    cd closez
  2. Build the Docker image and start the containers::

    docker-compose up -d --build
    docker-compose exec web python manage.py migrate
    docker-compose exec web python manage.py createsuperuser

How to install package for backend app:

  1. Install package

    docker-compose exec web pip install PACKAGE_NAME
  2. Update requirements.txt

    docker-compose exec web pip freeze > backend/requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •