Skip to content

Commit 3b043db

Browse files
authored
Update README.md
1 parent fa8e65f commit 3b043db

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# Products API
1+
<h1 align="center">REST API in Flask</h1>
22

33
A minimal REST API made using Flask & SQL Alchemy. Products API using Python Flask, SQL Alchemy and Marshmallow
44

5-
> Undre devlopemnt
5+
> Under light developemnt
66
77
## Quick Start
8+
Using Pipenv shell managerand pip package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.
89

9-
Using Pipenv shell manager
10+
11+
### Usage
1012

1113
```bash
1214
# Activate venv
@@ -35,6 +37,17 @@ python app.py
3537
- PUT /product/:id
3638
- DELETE /product/:id
3739

40+
41+
42+
## Contributing
43+
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
44+
45+
Please make sure to update tests as appropriate.
46+
47+
3848
## Author
3949

40-
Alpha OLomi
50+
Alpha Olomi ☺ [hello@alphaolomi.com](mailto:hello@alphaolomi.com)
51+
52+
## License
53+
[MIT](https://choosealicense.com/licenses/mit/) License

0 commit comments

Comments
 (0)