Skip to content

m-wardle/tinyapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 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).

Final Product

Main page, with linked short URL and URL, URL creation date, visit count, unique visits, edit and delete.

"Main URL list with linked short URL and URL, URL creation date, visit count, unique visitors, edit and delete"

Individual URL view page, with stats and edit option to reassign the URL. Also contains a table of timestamped visits tied to visitor ID.

"Short URL individual view with edit option to reassign URL and analytics table showing timestamped visits."

URL creation page.

"Basic URL Creation."

Dependencies

  • Node.js
  • Express
  • EJS
  • bcrypt
  • body-parser
  • cookie-session

Getting Started

  • Install all dependencies (using the npm install command).
  • Run the development web server using the node express_server.js command.
  • Or... visit TinyApp on Heroku!

About

A URL shortening app built with Node and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published