Skip to content

hlbmtc/challenge-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 [email protected]: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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •