Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 852 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 852 Bytes

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