Skip to content

An url shortening service made as a part of the Lighthouse Labs bootcamp, to learn backend development skills.

Notifications You must be signed in to change notification settings

jbuistjbuist/tinyapp

Repository files navigation

TinyApp Project

TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs (à la bit.ly). This project was built as part of the Lighthouse Labs web development bootcamp.

Final Product

Landing page that shows users' shortened urls.

"Landing page"

View page showing statistics for a specific URL and the option to edit.

"Page for each URL which provides the option to edit the URL, and displays information about total and unique visits to the URL"

Login page for the site.

"Login form to access account"

Dependencies

  • Node.js
  • Express
  • EJS
  • bcryptjs
  • cookie-session
  • method-override

Getting Started

  • Install all dependencies (using the npm install command).
  • Run the development web server using the node express_server.js command.

About

An url shortening service made as a part of the Lighthouse Labs bootcamp, to learn backend development skills.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published