Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 611 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 611 Bytes

Minify (URL Shortener)

An Express application that lets users shorten an URL address for simplicity.

  • Front-end: ReactJS
  • Back-end: ExpressJS
  • Database: MongoDB

Setting Up

  • Clone this project to any folder on your local machine:
git clone https://github.com/bdmessenger/minifyApp.git <FOLDER_NAME_HERE>
  • Navigate into the folder name specified:
cd <FOLDER_NAME_HERE>

Build

$ npm install
$ npm run build

Run

$ npm start