Skip to content

mhernandezve/rap-ci-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rap-ci-training

How to test

Requirements

  • Python 3.7
  • Virtualenv

How to run:

Create a virtual environment for the application:

virtualenv --python=python3 .venv

Activate the virtual environment:

source .venv/bin/activate

Install the requirements:

pip install -r requirements.txt

Run tests:

pytest

Run the application:

uvicorn app.main:app --reload

View the autogenerated API 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

Languages