Welcome to the SBUMaps-Backend project! This repository contains the backend code for the SBUMaps application, which provides an extensible mapping and navigation services for Stony Brook University. Our maps can be customized visually and functionally to fit the needs of your product.
SBUMaps-Backend is designed to handle the server-side logic and database interactions for the SBUMaps application. It provides RESTful APIs to manage and retrieve map data, user information, and navigation routes.
- User authentication and authorization
- CRUD operations for map data
- Route calculation and optimization
- Integration with external mapping services
- Easily extensible and modular
To get started with the SBUMaps-Backend project, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/SBUMaps-Backend.git
- Navigate to the project directory:
cd SBUMaps-Backend
- Install the dependencies:
npm install
To start the development server, run:
npm start
The server will be running at http://localhost:3000
.
For detailed API documentation, refer to the API Docs.
We welcome contributions to the SBUMaps-Backend project! Please see our Contributing Guidelines for more information.
This project is licensed under the MIT License. See the LICENSE file for details.