All currently stored tiny URLs:
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!
- React and React Router for the frontend
- Express and Mongoose for the backend
- Sass for styles (using the SCSS syntax)
- Webpack for compilation
- Node.js 6+
npm installMake sure to add a config.js file in the config folder. See the example there for more details.
Production mode:
npm startDevelopment (Webpack dev server) mode:
npm run start:dev



