Documentation: Project's Wiki
Project duration: 4 days
A RESTful application using Express framework and Node to let users shorten long URLs into bit.ly form.
- Node.js
- Express
- EJS
- bcrypt
- body-parser
- cookie-session
- Install all dependencies (using the
npm install
command). - Run the development web server using the
npm start
command. - Login with:
- Account 1: a@gmail.com - pwd: a
- Account 2: b@gmail.com - pwd: b
- Or register new account.