Skip to content

oscarcpozas/market-screener-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example FastAPI application built with Python


Development

Start project dependencies

Check compose.yml file

docker compose up -d

Run project

This project uses uv dependency manager, so dependencies are installed automatically on first run.

Start the development server:

make serve

Start celery worker:

make worker 

Start celery beat:

make beat

Linting

make lint

Run tests

make test

About

This is my space for learning Python and, of course, playing around

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors