Skip to content

carbonariy/project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project

Simple service to send a static link (for example to the mobile app) via SMS through SMSC.RU.

Run docker composer

cp backend/app/.env.example backend/app/settings/.env

docker compose up -d --build app

The API by default is attached to http://localhost:8080/api/v1/

Run linters

After build:

docker compose exec app bash -c "flake8 backend"
docker compose exec app bash -c "cd backend && mypy --config-file ../pyproject.toml ."

Run tests

docker compose exec app bash -c "cd backend && pytest"

About

Simple example project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published