https://github.com/adammcodes/tinyapp
https://github.com/adammcodes/tinyapp
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adammcodes/tinyapp
- Owner: adammcodes
- Created: 2021-02-15T18:24:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T04:54:20.000Z (over 5 years ago)
- Last Synced: 2025-07-17T18:16:22.658Z (11 months ago)
- Language: JavaScript
- Size: 508 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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 `npm start` command.