Skip to content

vegaitglobal/posao-sansi-website

Repository files navigation

Opportunity Job

This project is divided into API/ and app. API directory contains Django application, and the APP directory contains Next.js application.

Table of Contents

Prerequisites

Start project

  1. Move to project root directory

  2. Create .env using example.env:

    cp example.env .env

  3. (Optional) change the values of environment variables in .env file

  4. Start the containers:

    • development mode:
      docker compose up -d
    • production mode:
      docker compose \
      -f docker-compose.yml \
      -f docker-compose.production.yml \
      up -d