Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```