This repo contains the code for the Maze for the even Rush API by the club Techniosys.
- Download the tool called uv
- Clone the repo:
git clone https://github.com/Vedabahu/rush-api-fastapi.git - Change directory:
cd rush-api-fastapi - Start the fast-api development server:
uv run fastapi dev main.py - Or start the fast-api production server:
uv run fastapi run main.py
- Create a fork and make your changes there are create a pull request.
- Always create a pull request for any changes.
- Point the PR to the
devbranch and not the main branch.