Bucketlist is a webapp for people to share their bucketlist ideas, gather inspiration from other users, and even collaborate with with the community in order to achieve your goals.
- Create a copy on GitHub Desktop or clone this repository by running:
git clone https://github.com/unisse-courses/s15-mp13.git
- Navigate to the directory:
cd s15-mp13
- Install the dependencies and additional packages through the project command line by running:
npm install
- Run the server at:
node app.js
- Navigate to
http://localhost:3000/
in the browser to view the app.
- bcryptjs
- body-parser
- cookie-parser
- express
- express-handlebars
- express-session
- handlebars
- mongodb
- mongoose
- validator
Register using an email address that is not yet connected to an existing account. Usernames must be unique (an error will display if inputted username already exists in the databse).
Log In using the username and password used to register or choose one of sample accounts:
Username | Password |
---|---|
steve_oneal | Swoopee75 |
chfillet | ch-fillet |
popseyes | popseyes |
- Catahan, Anna Kumiko
- Cai, Mark Jayson
- Ranjo, Joshua Aaron P