Skip to content

Helping people find their way on Campus!

Notifications You must be signed in to change notification settings

GuyWhoCode/CampusFinder

Repository files navigation

Campus Finder

Customizable Map specifically made for school campuses. We aim to improve navigation and the first day of school experience of finding classrooms for incoming freshmen.

Campus Finder Logo

Inspirations:

Dependencies

  • Node JS
  • MongoDB
  • dotenv
  • Express
  • Graceful-fs
  • Socket.io
  • Firebase
  • Bootstrap
  • Flexsearch

Dev Dependencies

  • ESLint
  • Nodemon

Load Project

  1. Initialize all of the required Node.js modules with npm install
  2. Add personal MongoDB connection link by creating a .env file.
  3. Create a local instance using Nodemon: npx nodemon ./server.js