A simple web based application for futsal booking managements.
- Create virtual environment using
python -m venv venvand activate itvenv\scripts\activate. - Install all dependencies listed in
requirements.txt:
pip install -r requirements.txt- Run the server
uvicorn backend.main:app --reloadTo stop the server, press CTRL+C
- cd to frontend and install all the node libraries/dependencies using
npm install - now run
npm run dev. Hopefuly it will show something like this:
VITE v5.4.11 ready in 915 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help
- Ctrl+click on the
http://localhost:5173/