Skip to content

velezjose/JJ.ly

 
 

Repository files navigation

JJ.ly URL Shortening Service

Homepage (not logged in):
Homepage of JJ.ly

Sign up page:
Sign up page

Sign in page:
Sign in page

Dashboard:
Dashboard page

Creating a tiny URL:
Creating a tiny URL

All currently stored tiny URLs:
Displaying all currently URL

About

JJ.ly is a fullstack URL shortening service built using the MERN stack. It has user profiles, creates user sessions, stores tokens in localStorags and verifies identity with these. There Home/Dashboard routes, Sign In and Sign Up routes. It uses npm's bcrypt library to hash passwords and stores into the database.

For now, it's an MVP focused on minimalism. Check it out for yourself!

Stack

Requirements

npm install

Running

Make sure to add a config.js file in the config folder. See the example there for more details.

Production mode:

npm start

Development (Webpack dev server) mode:

npm run start:dev

About

URL Shortening Service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 97.3%
  • CSS 1.5%
  • HTML 1.2%