Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 1.07 KB

README.md

File metadata and controls

73 lines (50 loc) · 1.07 KB

Project Title

Url Shortener

Getting Started

Start this project by using

npm run start

Prerequisites

The basic packages needed to start this project are

express
mongoose
shortid
ejs

And to setup environment variable in your project use

dotenv

Installing

For install this npm packages you need to do the following step

Create any Folder

Move to that folder

cd folder_name

Initiate package.json by

npm init
  or
npm init -y
//  for default  

until finished

npm i express mongoose shortid

Make use of templating language such as EJS https://ejs.co/

Deployment

This code is deployed using cloud platform Heroku. Reach out at Heroku

Built With

  • Express - The web framework used for node.js
  • Mongodb - NoSql database
  • Node.js - Server side scripting language based on javascript

Author

  • Arnab @coderR49 - *

Live app

Click this link url-shortener