Skip to content

hrsvrdhn/UrlShortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xhml.ml | UrlShortner

A URL shortener build on Node js Known Vulnerabilities
  • Clone the Repository
  • In the folder where app.js is located , run npm install
  • Create a file config.js, add the content below in it.Enjoy!

config.js

module.exports = {
 'development': {
   "database": "[your-database-url]", 
 }
};

About

A UrlShortner build on Node JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published