An open API service indexing awesome lists of open source software.

https://github.com/adammcodes/tinyapp


https://github.com/adammcodes/tinyapp

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

          

# 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

!["Screenshot of the register form"](https://github.com/MagicMark5/tinyapp/blob/master/docs/register_page.png?raw=true)
!["Screenshot of a user's URLs page"](https://github.com/MagicMark5/tinyapp/blob/master/docs/urls_page.png?raw=true)
!["Screenshot of the edit URL page"](https://github.com/MagicMark5/tinyapp/blob/master/docs/edit_page.png?raw=true)
!["Visitor statistics tables"](https://github.com/MagicMark5/tinyapp/blob/master/docs/stats.png?raw=true)

## 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 `npm start` command.