Skip to content

v1.0.0

Compare
Choose a tag to compare
@Kshitij09 Kshitij09 released this 21 Sep 16:20
· 16 commits to main since this release

First Stable Release

  • Using PostgreSQL as the main DataStore
  • Using spring-data-jdbc for Entity Modelling
  • Using dotenv for development configurations
  • Use dedicated profile for production ('prod'), making use of System's environment variables
  • Moved SpringBoot Project under subdirectory (springboot-app)
  • Added Setup script for building and extracting project jar for deployment
  • Added deployment hierarchy with docker-compose, making system end-to-end deployable
  • Added tests for all the Repositories and Controllers
  • Deprecate v1 endpoints (In memory DataStore)