Skip to content

opensource254/url-shortener-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

This process assumes you have nodejs installed and npm

  1. clone the repo
  2. npm install
  3. to run the server npm run dev

This node js app is still under development. Open a PR to fix any issues

Curl/postman

For testing purposes you need a json from the body const { shortBaseUrl, originalUrl } = req.body; short base url - the base url eg example.com. this is done automaically if the app is served under a domain original url - the url you want to shorten.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published