https://github.com/donpushme/tinyapp
https://github.com/donpushme/tinyapp
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/donpushme/tinyapp
- Owner: donpushme
- Created: 2020-03-16T20:30:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:54:59.000Z (almost 3 years ago)
- Last Synced: 2025-02-24T21:37:25.622Z (10 months ago)
- Language: HTML
- Size: 706 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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


## 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.