Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 423 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 423 Bytes

Shortly

  • An url shortener made with nodejs.

How to use?

  • You can just access it here
  • If you wanna run it locally
    • clone this repository with git clone https://github.com/arthurdeveloper/shortly.git

    • create a .env file following the model of the .env.example file

    • run npm run dev on the terminal or yarn dev if you are using yarn