Skip to content

codeR49/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published