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

https://github.com/m3shovon/recommendation-api

Made with FastAPI
https://github.com/m3shovon/recommendation-api

Last synced: 2 months ago
JSON representation

Made with FastAPI

Awesome Lists containing this project

README

        

# Recommendation-API
Made with FastAPI

"""
python -m venv venv
"""

"""
source venv/Scripts/activate
"""

"""
pip install -r requirements.txt
"""

"""
fastapi dev main.py
"""