Skip to content

pedrogyrao/ticket_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ticket System

A simple API to manage sprint activity tickets.

Simple Usage

clone and access the repository

git clone git@github.com:pedrogyrao/ticket_system.git
cd ticket_system

Run it locally

Run MongoDB in one terminal.

mongod

Install and run the API.

pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --port 8000

Run it on docker

docker-composer up -d

Swagger Documentation

http://127.0.0.1:8000/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published