Skip to content

MasterUgwae/url_shortener_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running

Windows:

python -m venv venv
.\venv\Scripts\activate

Linux/MacOS:

python3 -m venv venv
source venv/bin/activate

All OS:

python -m pip install fastapi==0.75.0 uvicorn==0.17.6
python -m pip install sqlalchemy==1.4.32
python -m pip install python-dotenv==0.19.2
python -m pip install validators==0.18.2
uvicorn shortener_app.main:app --reload

About

Python based url shortener using fast API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages