View Github Repo
Overview
TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs (à la bit.ly).
Final Product
Screenshot of URLs Home Page
Screenshot of URLs Show Page
Screenshot of Create new URL page
Screenshot of Login Page
Screenshot of Register Page
Dependencies
Development Dependencies
Getting Started
- Install all dependencies (using the
npm install
command). - Run the server with
npm start
and visitlocalhost:8080
in your browser. - Create an account to start using the app (email does not need to be valid).
- Once registered you will be redirected to the home page to start creating shortened urls!