An Express application that lets users shorten an URL address for simplicity.
- Front-end: ReactJS
- Back-end: ExpressJS
- Database: MongoDB
- 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>
$ npm install
$ npm run build
$ npm start
- Navigate to http://localhost:3000/ after the command has been entered.