TinyApp is a full stack web application built with Node and Express that allows users to shorten URLs (à la bit.ly).
- Node.js
- Express
- EJS
- bcryptjs
- cookie-session
- morgan(dev)
- Fork and Clone the repository.
- Install all dependencies (using the
npm install
command). - Run the server using the
npm start
command. - Login using the pre-defined users in
data.js
- Or you can create a new user and start shortening urls!