Skip to content

henriquegmendes/url-shortener-alfred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener API

This is a simple short-url-generator in Node/Express/Mongoose stack

Currently Available Services

There are currently 2 services available:

  • Generate short-url --- documentation HERE
  • Open the shorten url in your browser and redirect to correct URL :blush

Running project locally

Just clone this project to your local machine, hit npm install and create an .env file with the following variables:

PORT=5000
ENV=dev
MONGODB_URI=mongodb://localhost/short-url
SHORT_URL_BASE=localhost:5000/link

Since this project user MongoDb as database, you need to install Mongo Client in your machine before running it locally. You can access MongoDB Documentation and follow the installation instructions before running your project.

Contributing

Please feel free to fork/clone this repo to look deeper into this project and contribute if you like. :blush

Author & Version Control

Henrique Guazzelli Mendes - URL Shorterner Version 0.1 - Published in Jun-17th of 2020

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published