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
- Host: GitHub
- URL: https://github.com/aon4o/zamunda-api
- Owner: aon4o
- License: mit
- Created: 2023-10-08T12:16:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T18:03:36.000Z (over 2 years ago)
- Last Synced: 2024-12-31T08:45:45.787Z (over 1 year ago)
- Topics: api, fastapi, python
- Language: Python
- Homepage:
- Size: 122 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`