Skip to content

soroushmp/BimeBazar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B2Reads

Overview

This project is a Django application with a pre-configured Docker environment. It includes built-in support for Swagger and Redoc documentation, as well as an Admin Dashboard.

Getting Started

Follow these steps to set up and run the application locally:

Prerequisites

  • Docker
  • Docker Compose

Setup

  1. Clone the Repository

    git clone https://github.com/soroushmp/BimeBazar.git
    cd BimeBazar
  2. Create Environment File

    Copy the example environment file to create your own .env file:

    cp example-env.txt .env

    Update the .env file with your environment-specific settings if needed.

  3. Build and Run the Docker Containers

    docker-compose up --build

    This command will build the Docker image and start the containers. It will also automatically install required packages and load fixture data.

Accessing the Application

Superuser Credentials

  • Username: root
  • Password: root

Use these credentials to access the Admin Dashboard.

About

Interview Task of BimeBazar

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors