Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hernandez87v/tinyapp

TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs
https://github.com/hernandez87v/tinyapp

Last synced: about 2 months ago
JSON representation

TinyApp is a full stack web application built with Node and Express that allows users to shorten long URLs

Awesome Lists containing this project

README

        

# TinyApp Project :eight_spoked_asterisk:

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 My URLs Page"](https://github.com/hernandez87v/tinyapp/blob/master/docs/urls-page.png?raw=true)
!["screenshot of Register Page"](https://github.com/hernandez87v/tinyapp/blob/master/docs/register-page.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 `node express_server.js` command.