Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/torhamdev/memory-monitoring

simple memory monitoring with FastAPI
https://github.com/torhamdev/memory-monitoring

fastapi memory monitoring python

Last synced: about 22 hours ago
JSON representation

simple memory monitoring with FastAPI

Awesome Lists containing this project

README

        

# Memory-Monitoring

> simple memory monitoring with FastAPI

## How To Run?

Run the following commands in order

```bash
git clone https://github.com/TorhamDev/Memory-Monitoring.git

cd Memory-Monitoring

pip install -r requirements.txt

uvicorn src.main:app --reload # or you can run manage.py with python

```

## Technologies used:

![image](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)
![image](https://img.shields.io/badge/fastapi-109989?style=for-the-badge&logo=FASTAPI&logoColor=white)
![image](https://img.shields.io/badge/Sqlite-003B57?style=for-the-badge&logo=sqlite&logoColor=white)