Skip to content

AIM3r4j/shortened

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortened

Shortened is a URL Shortener Service, created using Typescript, NodeJS, ExpressJS, MongoDB, VueJS, Quasar.

Usage

  • Ability to shorten any valid URL for easier sharing
  • User Registration for using the service
  • Limited to 5 requests per hour

Bootstrapping

  • Clone the repo and open the folder in your code editor
  • Change the '.env.example' files in both backend and frontend folders to '.env' files and update the properties properly
  • Create an instance of the terminal and copy-paste the following:
cd backend
npm i
npm start
  • Create another instance of the terminal and copy-paste the following:
cd frontend
npm i
npm i -g @quasar/cli
quasar dev

Views

plot plot plot

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published