Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cheryet/tinyapp

TinyApp lets you easily shorten long URLs into shorter, more manageable links. With just a few clicks, you can create a link that's easy to share.
https://github.com/cheryet/tinyapp

ejs-templating express expressjs nodejs

Last synced: about 3 hours ago
JSON representation

TinyApp lets you easily shorten long URLs into shorter, more manageable links. With just a few clicks, you can create a link that's easy to share.

Awesome Lists containing this project

README

        

# TinyApp Project

TinyApp lets you easily shorten long URLs into shorter, more manageable links. With just a few clicks, you can create a link that's easy to share. Perfect for social media, emails, and websites, our TinyApp makes sharing concise links a breeze.

## Dependencies

- Node.js
- Express
- EJS
- bcryptjs
- cookie-session

## Getting Started

- Install all dependencies (using the `npm install` command).
- Run the development web server using the `npm start` command.

## Final Product

!["Screenshot of URLs page"](https://github.com/Cheryet/tinyapp/blob/main/docs/urls-page.png?raw=true)
!["Screenshot of New URL page"](https://github.com/Cheryet/tinyapp/blob/main/docs/urls:new-page.png?raw=true)
!["Screenshot of Login Page"](https://github.com/Cheryet/tinyapp/blob/main/docs/Login-page.png?raw=true)