Skip to content

abstract-object/TinyApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  • Easily register an account and create short links
  • Users visiting the short links are logged, and a list of visitors and timestamps are available from the info page
  • Change the URL associated with your created link or delete your link at any time
  • Minimalistic, functional design
  • TinyApp will (almost) never shout at you

Final Product

Screenshot of URLs page Screenshot of URL info page Screenshot of changing the target URL of an existing link Screenshot showing that the previous link has a new target URL TinyApp will not ever shout at you unless you try to ask it about something you shouldn't ask

Dependencies

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published