Skip to content

HarryPotter12352/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL shortener

This is a URL shortener created by me in my free time, this uses the express.js framework, ejs template engine, and mongoose for interacting with mongodb

Setup

Clone the repository using git clone https://github.com/HarryPotter12352/url-shortener.git, now in the main directory, run npm install to install all of the dependencies.

Now make a new file called config.json and in that enter content of the following format

{"mongo_url" : "your database's url", "port": 5500}

Now run node . to start the project and enjoy!

About

This is a url shortener made by me in my free time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published