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

https://github.com/aon4o/zamunda-api

API for Project Zamunda Clone
https://github.com/aon4o/zamunda-api

api fastapi python

Last synced: 4 months ago
JSON representation

API for Project Zamunda Clone

Awesome Lists containing this project

README

          

# Zamunda Clone - API

API for Project Zamunda Clone

## Table of Contents
* [Requirements](#requirements)
* [Installation](#installation)
* [Running the project](#running-the-project)

## Requirements
* Python 3.11
* Pipenv

## Installation
* `pipenv shell`
* `pipenv install`

## Running the project
`uvicorn main:app --reload`