Skip to content

Sujalcha7/FUTSALA

Repository files navigation

FUTSALA

A simple web based application for futsal booking managements.

Getting Started

fastapi server

  1. Create virtual environment using python -m venv venv and activate it venv\scripts\activate.
  2. Install all dependencies listed in requirements.txt:
pip install -r requirements.txt
  1. Run the server
uvicorn backend.main:app --reload
  1. Open http://localhost:8001/docs

To stop the server, press CTRL+C

Reactjs Frontend

  1. cd to frontend and install all the node libraries/dependencies using npm install
  2. 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
  1. Ctrl+click on the http://localhost:5173/

About

A simple web based application for futsal booking managements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors