Skip to content

PanidaRumriankit/ku-vein

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,403 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ku-vein

Django CI Coverage Flake8

Information

You can find information @information hub

Installation guide

prerequisite

  • python 3.11 or newer
  • node.js
  1. Clone the repository

    git clone https://github.com/PanidaRumriankit/ku-vein.git

    If you finished cloning the repository then

    cd ku-vein
  2. Creating virtual environment

    • For macOS/Linux
    python -m venv env
    
    • For Windows
    python3 -m venv env
    
  3. Activate virtual environment

    • For macOS/Linux
      source env/bin/activate
    • For Windows
      env\Scripts\activate
  4. Install all requirements for frontend

    cd frontend
  5. Install all requirements for backend

    cd backend

Run

Make sure you have two separate terminal to run both backend and frontend

  • First terminal for backend
    cd backend
    python manage.py runserver
  • Second terminal for frontend
    cd frontend
    npm run dev

The first and second terminal is not fixed. You can run frontend and backend in any terminal.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •