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.
- Node JS
- MongoDB
- dotenv
- Express
- Graceful-fs
- Socket.io
- Firebase
- Bootstrap
- Flexsearch
- ESLint
- Nodemon
- Initialize all of the required Node.js modules with
npm install
- Add personal MongoDB connection link by creating a
.env
file. - Create a local instance using Nodemon:
npx nodemon ./server.js