Skip to content

notwld/Smol-URL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smol-URL

temporarily hosted here.

Installation

git clone {url}
pip install -r requirements.txt

API Usage

uvicorn api.v1.main:app --reload

Frontend Usage

cd Frontend
npm i
npm run dev

TODO

  • working prototype
  • custom short url
  • fronted
  • use mongodb/firebase/mysql instead of dict

About

[in dev] URL shortner built with FAST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 37.6%
  • Python 31.9%
  • CSS 27.3%
  • HTML 3.2%