10 lines
258 B
Markdown
10 lines
258 B
Markdown
Projektname: Fastshortner
|
|
Goal: Have a properly working app that is taking the original url and shortens it
|
|
Requirements:
|
|
fastapi
|
|
uvicorn[standard]
|
|
SQLAlchemy
|
|
psycopg2-binary
|
|
python-dotenv
|
|
|
|
Starting command: uvicorn app.main:app --reload. |