Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

git clone https://github.com/kisenaa/Web-RSBP.git
# client / frontend
cd <cloned_directory/client>
npm install -g pnpm
pnpm install

# server / backend
cd <cloned_directory/server>
python -m venv venv
./venv/scripts/activate
pip install -r requirements.txt

Running Backend

cd <cloned_directory/server>
./venv/scripts/activate
uvicorn server:app --reload

# Open http://127.0.0.1:8000/docs

Running Frontend

cd <cloned_directory/client>
pnpm run dev

# Open http://localhost:5173/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages