8000 GitHub - AliceMathews/tinyapp: App that lets users create short urls (a la bit.ly) and features analytics to show number of unique visits and log information about each visit.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

App that lets users create short urls (a la bit.ly) and features analytics to show number of unique visits and log information about each visit.

Notifications You must be signed in to change notification settings

AliceMathews/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). Features analytics to show number of visits, number of unique visits and log information about each visit.

Final Product

Screenshot of /urls pages when user is logged in. It shows a list of the users urls Screenshot of /urls pages when user is logged in. It shows a list of the users urls

Screenshot of /urls page if the user is not logged in "Screenshot of /urls page if the user is not logged in"

Screenshot of create URL page "Screenshot of create URL page"

Screenshot of the show URL page, which shows the information about the URL and allows the user to edit, if this URL belongs to them "screenshot of the show URL page, which shows the information about the URL and allows the user to edit, if this URL belongs to them"

Screenshot of the error page that renders with a specific message to the user depending on the error "Screenshot of the error page that renders with a specific message to the user depending on the error"

Dependencies

  • Node.js
  • Express
  • EJS
  • bcrypt
  • body-parser
  • cookie-session
  • cookie-parser
  • 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

App that lets users create short urls (a la bit.ly) and features analytics to show number of unique visits and log information about each visit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0