Skip to content

senaerg/URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL-Shortener

Shorten given URL Open the solution in VS Code Editor.

npm init -y

npm install ejs express shortid mongoose nodemon

npm run devStart

For Mongoose to run you will need mongodb driver

sudo apt-get install gnupg curl

curl -fsSL https://www.mongodb.org/static/pgp/server-8.0.asc | sudo gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg --dearmor

sudo apt-get update

sudo apt-get install -y mongodb-org

sudo systemctl enable --now mongod

About

Shorten given URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors