roysti10 / dominuto

A url shortener built as part of Tally Code Brewers hackathon

Home Page:https://dominuto.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dominuto

A simple URL shortener built as part of Tally Code Brewers Hackathon https://dominuto.herokuapp.com/

Local Development

  1.  pip3 install requirements.txt
  2.  $MONGODB_URL=<Enter your db url here>
     $KEY=<Enter your Fernet key here>
  3.  uvicorn app.main:app --port=5000 --reload
  4. Visit http://localhost:5000

About

A url shortener built as part of Tally Code Brewers hackathon

https://dominuto.herokuapp.com/


Languages

Language:SCSS 35.8%Language:CSS 25.0%Language:Less 20.3%Language:HTML 13.6%Language:Python 4.0%Language:JavaScript 1.2%