Welcome to the backend repository of our Beba app project. This repository contains the codebase for the server built using C# (ASP.NET) and MongoDB.
- .NET SDK
- MongoDB installed and running locally or a connection to a MongoDB instance.
-
Clone this repository to your local machine:
git clone https://github.com/kennywam/BebaApp-Backend.git
-
Navigate to the project directory:
cd transportation-app-backend
-
Open the project in your preferred IDE (e.g., Visual Studio).
- Update the connection string in
appsettings.json
to point to your MongoDB instance.
To start the backend server, run the project in your IDE. The server will be accessible at http://localhost:5000
.
- User authentication and authorization
- RESTful API for communication with the frontend
- Real-time chat using WebSockets
- Integration with Google Maps API for location services
If you'd like to contribute to this project, please follow our contribution guidelines.
This project is licensed under the MIT License.
- Special thanks to Third-Party Library for providing [feature/component].