Url Shortener
Start this project by using
npm run start
The basic packages needed to start this project are
express
mongoose
shortid
ejs
And to setup environment variable in your project use
dotenv
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/
This code is deployed using cloud platform Heroku. Reach out at Heroku
- Express - The web framework used for node.js
- Mongodb - NoSql database
- Node.js - Server side scripting language based on javascript
- Arnab @coderR49 - *
Click this link url-shortener