Skip to content
This repository was archived by the owner on Aug 17, 2026. It is now read-only.

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Backend Project Setup

This project is a Django application using Poetry for dependency management.

Prerequisites

Setup Instructions

  1. Clone the repository and navigate into the project directory

    git clone git@github.com:hlbmtc/challenge-boilerplate.git
    cd prism-challenge
  2. Install dependencies

    poetry install
  3. Apply database migrations

    poetry run python manage.py migrate
  4. Run the development server

    poetry run python manage.py runserver
  5. Access the API

    Open your browser and go to http://127.0.0.1:8000

Run tests

poetry run pytest

Project Structure

  • prism/: Main Django project configuration
  • questions/: Django app for handling question-related logic
  • utils/: reusable utility functions

Running frontend

  1. Navigate to the front_end directory

    cd front_end
  2. Install dependencies

    npm i
  3. Create .env file in front_end directory (see .env.example for reference)

  4. Start the development server

    npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages