Skip to content

Testing1987/Insurance-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

To install the API layer locally, just create a virtual environment and install the packages with pip

python3 -m venv .env
pip install -r requirements.txt

Start the server

Starting the API locally is as easy as running uvicorn

uvicorn main:app --reload

Test queries

With the server running you can easily test your GraphQL queries by surfing over to http://127.0.0.1:8000/graphql on your favorite browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published