Files
backend/README.md

10 lines
258 B
Markdown
Raw Permalink Normal View History

2026-03-06 09:27:11 +01:00
Projektname: Fastshortner
Goal: Have a properly working app that is taking the original url and shortens it
Requirements:
fastapi
uvicorn[standard]
SQLAlchemy
psycopg2-binary
2026-03-06 10:04:00 +01:00
python-dotenv
Starting command: uvicorn app.main:app --reload.