Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener with FastAPI

Sample API to shorten long urls to short links

How to run

$ cd urlShortener
$ docker-compose build
$ docker-compose up
$ docker-compose exec api alembic upgrade head # to run first time to create database tables 

How to test

$ docker-compose -f docker-compose.test.yml build 
$ docker-compose -f docker-compose.test.yml run --rm test alembic upgrade head # to run first time to create test database tables
$ docker-compose -f docker-compose.test.yml run --rm test pytest -v # run tests

About

Fastapi implementation of url shortner

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages