Skip to content

sorihan01/tinyapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 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

  • Login page "Login page"

  • My URLS page showing your unique TinyURLs "My URLS page showing your unique TinyURLs"

  • You can even edit your stored links! "You can even edit your stored links!"

Dependencies

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

Getting Started

  • Install all dependencies:
npm install
  • Run the development web server:
npm start
  • Run TinyApp on your browser:
http://localhost:8080/

Known Bugs

  • All known bugs are squished as of 2021-02-18!

Upcoming Features:

  • A log of when the TinyURL was created on your dashboard.
  • The number of visits and unique visits for your TinyURL.
  • A fancy new layout once I learn CSS.

About

A full stack web application built with Node and Express that allows users to shorten long URLs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors