Skip to content

Commit dcfafc2

Browse files
author
Pulkit Aggarwal
committed
documentation
1 parent 0d3150b commit dcfafc2

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

README.md

+9-20
Original file line numberDiff line numberDiff line change
@@ -25,31 +25,20 @@ This is an open source project, feel free to contribute. For any backend related
2525

2626
### Make sure you have `venv` and `pip` downloaded
2727

28-
```
29-
cd api
30-
```
28+
### `cd api`
3129

32-
```
33-
python3 -m venv flask
34-
```
30+
### `python3 -m venv flask`
3531

36-
```
37-
source flask/bin/activate
38-
```
32+
### `source flask/bin/activate`
3933

40-
```
41-
pip3 install -r requirements.txt
42-
```
34+
### `pip3 install -r requirements.txt`
4335

44-
```
45-
uvicorn main:app --reload
46-
```
36+
### `python3 app.py`
4737

48-
## Creators -
49-
50-
- Pulkit Aggarwal
51-
- Aditya Saxena
52-
- Parth Arora
38+
## Creators -
5339

40+
- [Pulkit Aggarwal](https://github.com/zinader)
41+
- [Aditya Saxena](https://github.com/aditya2305)
42+
- [Parth Arora](https://github.com/parthx9)
5443

5544
`Please help us optimise this :)`

0 commit comments

Comments
 (0)