University campus mapping system built with Node.js and SQL
Uni Map is a full-stack web application that allows users to explore and navigate a university campus digitally. It serves structured campus building data through a Node.js backend and a simple web-based frontend.
- Campus building & location data management
- REST-style backend API with Node.js
- Frontend served directly from the backend
- Secure password hashing for admin access
- Structured SQL schema for campus data
- Scalable architecture for future expansion
- Backend: Node.js, Express
- Frontend: HTML, CSS, JavaScript
- Database: SQL (MySQL)
- Security: Password hashing
- Package Manager: npm
git clone https://github.com/your-username/uni-map.git
cd uni-map
npm install
node server.js