MyMaps is a full stack web application built with Express, Bootstrap, and Knex. It allows users to create, save, and favourite personalized maps with as many points as they want.
- bcrypt-nodejs
- body-parser
- bootstrap
- cookie-session
- ejs
- express
- jquery
- knex
- moment
- node-sass-middleware
- nodemon
- pg
- popper.js
- sass
- Install all dependencies (using the
npm installcommand in the terminal). - Run the development web server using the
npm startcommand in the terminal. The project runs on localhost:3000.
- We aimed to make the saved maps editable, but fell short of that goal in the time that we had.
- Users who are created through registration, not through seeding the database, can't log back in after they log out. At this point in time, we don't know what makes them behave differently than the seeded users.