WikiMap is a user-friendly web application that allows you to create, customize, and share interactive maps.
With WikiMap, you can add, edit, and delete pins on maps to mark points of interest and share information with other users. WikiMap is the perfect tool for planning trips, finding great restauraunts, or simply identifying places that are important to you.
You can see snippets of the application in the screenshots below.
- Install dependencies:
npm i
- Fix to binaries for sass:
npm rebuild node-sass
- Create and connect your psql database
- 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/
Built with the following dependencies:
- Node
- NPM
- PG
- Morgan
- Sass
- EJS
- Cookie parser
- Chalk
- Nodemon
- Dotenv