Skip to content

Ashwin125/bus-tracker-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bus Tracker Server

Spring Boot server for the Bus Tracker Application

Requirements

  • JDK 15 or later
  • Maven
  • MongoDB

Setup

  • Clone the repository
  • Set MongoDB properties in src/main/resources/application.properties
  • Run mvn install to compile the server
  • Run mvn spring-boot:run to run the server

Contributing

  • Fork and Clone the repository and add delta/bus-tracker-server as remote upstream
  • Create new branch for features
  • Follow the commit conventions mentioned here
  • Pull the latest changes from upstream before pushing your code or creating a new feature branch
  • Send a PR to delta/bus-tracker-server for review and merging

Note: Never push directly to main repository (upstream). Only push to your forked repo (origin) and send a pull request to the main repository

About

Server for the Bus Tracker Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%