Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iambijoykar/count-api-public
View count REST api
https://github.com/iambijoykar/count-api-public
api-rest fastapi python restful-api
Last synced: 11 days ago
JSON representation
View count REST api
- Host: GitHub
- URL: https://github.com/iambijoykar/count-api-public
- Owner: iamBijoyKar
- Created: 2023-03-10T15:23:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T15:23:27.000Z (almost 2 years ago)
- Last Synced: 2024-11-04T00:25:03.098Z (about 2 months ago)
- Topics: api-rest, fastapi, python, restful-api
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# count-api
***Written in Python using fastapi***## How to run the
1. Fork this repo and clone it in your local machine```bash
git clone
```
2. Create an python virtual environment by```bash
virtualenv env
```
Know more about [Python Virtual Environment](https://blog-bijoy-kar.netlify.app/blogs/getting-started-with-python-virtual-environment/)3. Install all the dependencies by
```bash
pip install -r requirements.txt
```4. Run the application
```bash
uvicorn main:app
```