Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 485 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 485 Bytes

shorturl

Service to create short urls

shorturl landing page

What's under the hood

  • python 3.12
  • fastapi
  • htmx
  • pytest
  • Bulma

Getting Started

Setup application

This will create virtual environmnet, install dependencies and initilize db

make setup

Start the server

make start

Development

Start development server with reload

make dev

Testing

Run tests

make test