Skip to content

MiuMiuMiue/humma-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Humma Web App

Project Setup and Execution Guide

Backend Setup

  1. Install Python 3.12 (Better to use pyenv or python -m venv venv for environment isolation).
  2. Navigate to the backend directory:
    cd backend
  3. Install the required dependencies:
    pip install -r requirements.txt
  4. Apply database migrations:
    python manage.py migrate
  5. Start the backend server:
    python manage.py runserver

Frontend Setup

  1. Install Node.js v20 (You can use fnm or nvm to manage versions).
  2. Navigate to the frontend GUI directory:
    cd gui
  3. Install project dependencies:
    npm install
  4. Start the frontend server:
    npm start
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published