Midterm project for Lighthouse Labs. WikiMaps is a web app that allows users to collaboratively create maps which list multiple "points". For example: "Best Places to Eat Around Town" or "Locations of Movie Scenes".
- NodeJS
- Express
- HTML & CSS
- jQuery
- SASS
- PostgreSQL
User home page, where users create a new map and see list of created maps, liked maps, and maps they contributed to.
- Create the
.envby using.env.exampleas a reference:cp .env.example .env - Update the .env file with your correct local information
- username:
labber - password:
labber - database:
midterm
- Install dependencies:
npm i - Fix to binaries for sass:
npm rebuild node-sass - Reset database:
npm run db:reset
- Check the db folder to see what gets created and seeded in the SDB
- Run the server:
npm run local
- Note: nodemon is used, so you should not have to restart your server
- Visit
http://localhost:8080/
- Node 10.x or above
- NPM 5.x or above
- PG 6.x
- SASS
- GoogleMaps
- Express
- EJS
- Morgan
- Nodemon


