Skip to content

pyrannic/application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Create an environment

To begin, set up a new environment using your preferred method. If you need it, the FastAPI documentation provides an excellent guide on this process.

Install Dependencies

Once your environment is set up, you can install the project dependencies using your package manager of choice:

pdm install
# or
uv sync
# or
poetry install

Run your App

Finally, run the FastAPI development server:

fastapi dev

Open http://localhost:8000/docs with your browser to see and execute the example endpoint provided by the skeleton project.

You can experiment with changing this endpoint by editing app/http/routers/default.py.

Learn More

Discover the features and API of Pyrannic by visiting its documentation.

Your feedback and contributions are always welcome, feel free to explore the Pyrannic GitHub repository.

About

Pyrannic aims to be a comprehensive web framework that handles the complexities of application development, allowing you to focus on building great software while the framework manages the underlying details.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors