Skip to content
/ tinyapp Public

A small app to shorten URL from Lighthouse Lab Bootcamp - Mar 2021

Notifications You must be signed in to change notification settings

mwkho/tinyapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyApp Project

TinyApp is a full stack web application built with Node and Express that allows users to shorten full URLS (similar to bit.ly).

Final Product

"The login page for users. Only users can create shorten URLS."

The login page for users. Only users can create shorten URLS.

"The homepage showing a table of shortened URLs as well as the original with "Edit" and "Delete" options."

The homepage showing a table of shortened URLs as well as the original with "Edit" and "Delete" options.

"The page to change where a shortened URL maps to." The page to change where a shortened URL maps to.

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.

About

A small app to shorten URL from Lighthouse Lab Bootcamp - Mar 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published