Skip to content

Lomanfan/Tinyapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 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

This is the MyURLs page, which is the main page a logged in user sees. It contains urls created by the user in the current account; user can click to edit or delete urls. "This is the MyURLs page, which is the main page a logged in user sees. It contains urls created by the user in the current account; user can click to edit or delete urls."

This is the edit page, users can replace long urls in account with different urls. It also shows the newly generated short URL link for redirecting purpose. "This is the edit page, users can replace long urls in account with different urls. It also shows the newly generated short URL link for redirecting purpose."

Create TinyURL "Create TinyURL"

Login Page "Login Page"

Register Page "Register Page"

Dependencies

  • Node.js
  • Express
  • EJS
  • bcryptjs
  • 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

An URL shortening app built with EJS, NodeJS, Express, Bcryptjs, Body-parser, and Cookie-session.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors