Skip to content

Node application to create minified links and save to DB.

License

Notifications You must be signed in to change notification settings

akashchouhan16/Minify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL-Minifier

Read the Docs Ask Me Anything ! made-for-VSCode GitHub issues GitHub forks GitHub stars GitHub last commit

A Nodejs application to minify the URL links and save the minified urls to the MongoDB Database.

Dependencies

  • shortid
  • express
  • mongoose
  • ejs
  • dotenv

Note : The minified url and the number of visits is fetched from the database, hence Mongodb must be installed onto the system and configured in order to run this application.


How To Run the application?

  • Clone this repo
  • Install Dependencies
      npm install
  • Create a .env file and save the connection URL for DB
    MONGO_URI=<DB Connection URI>
    
  • Run the development server
      npm run dev
  • Visit http://localhost:5000 on your browser.

Preview

application preview


Version

1.0.0

License

MIT

About

Node application to create minified links and save to DB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published