Skip to content

Kalebe16/link-forge

Repository files navigation

About

Link Forge is a minimal URL shortener service with user authentication. Each user can create and manage their own short links, which redirect to target URLs. The project exposes an HTTP API for authentication and link management, backed by a relational database.

Showcase

Showcase

How to test

cd link-forge
python -m pytest -vvv .

How to run

cd link-forge

cp -rf .env.example .env

cd docker
docker compose up --build --force-recreate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors