Skip to content

germanmonroy/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Url Shortener

To get started:

  1. Clone this repo locally;
  2. cd url-shortener
  3. npm install to install its dependencies
  4. npm run start

Installing Mongo using Homebrew

To install Mongo:
brew tap mongodb/brew
brew install mongodb-community
brew services start mongodb-community

About

A simple MERN stack site to shorten urls.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published