Skip to content

md-ahr/shork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHORK

A basic web app for url shortener.

Features

  • Generate short url
  • Copy url from clipboard
  • Delete url from list
  • Easy to maintain
  • Responsive web view

Quick Start

Install dependencies:

$ npm install

Start the server:

$ npm start

View the website at: http://localhost:3000

Configuration

Database url and port configuration available on demo.env file:

PORT=YOUR_AVAILABLE_PORT

MONGO_URI=YOUR_MONGODB_URI

License

MIT

About

A basic express js app for url shortening

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published