File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,29 +110,36 @@ f25-SeatCheck/
110110 └── tsconfig.json
111111
112112
113- - ** BACKEND SETUP** :
114- Setup Project:
115- cd backend
116- uv sync
117- pre-commit install
113+ - ** To run SEATCHECK Locally** :
114+ Open 2 Terminal Windows.
118115
119- Run Server:
120- uv run fastapi dev src/app/main.py
116+ Complete the two setups:
121117
122- Run Type Checking:
123- uv run mypy --pretty --strict src
118+ - ** BACKEND SETUP** :
119+ Setup Project:
120+ cd backend
121+ .\. venv\Scripts\activate
124122
125- Run Tests :
126- pytest
123+ Check Postgres :
124+ net start postgresql-x64-18
127125
126+ Run Server:
127+ uvicorn app.main: app --reload
128128
129- - ** Frontend SETUP** :
130- Setup Project:
131- cd seat-check
132- npm install
129+ Run Type Checking:
130+ uv run mypy --pretty --strict src
133131
134- Run App :
135- npx expo start
132+ Run Tests :
133+ pytest
136134
137- Run Tests:
138- npm test
135+
136+ - ** Frontend SETUP** :
137+ Setup Project:
138+ cd seat-check
139+ npm install
140+
141+ Run App:
142+ npx expo start
143+
144+ Run Tests:
145+ npm test
You can’t perform that action at this time.
0 commit comments