You can find information @information hub
prerequisite
- python 3.11 or newer
- node.js
-
Clone the repository
git clone https://github.com/PanidaRumriankit/ku-vein.git
If you finished cloning the repository then
cd ku-vein -
Creating virtual environment
- For macOS/Linux
python -m venv env- For Windows
python3 -m venv env -
Activate virtual environment
- For macOS/Linux
source env/bin/activate - For Windows
env\Scripts\activate
- For macOS/Linux
-
Install all requirements for frontend
cd frontend -
Install all requirements for backend
cd backend
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.