Skip to content

v2025.4.0 - Initial Skeleton Backend Setup

Latest
Compare
Choose a tag to compare
@nikhil-amin nikhil-amin released this 15 Apr 06:37
· 16 commits to main since this release

πŸš€ Initial Skeleton Backend Release – v2025.4.0

This is the first official release of the TH-Scribes backend service.

🧱 What's Included:

  • βœ… Java 21 Spring Boot project using Maven
  • βœ… Dockerized build with Dockerfile
  • βœ… Basic application structure with clean setup
  • βœ… Successfully deployed on Render using Docker
  • βœ… Ready for future development and API expansion

πŸ“¦ Tech Stack:

  • Java 21
  • Spring Boot (v3.4.4)
  • Maven (v3.9.9)
  • Docker
  • Hosted on Render.com

πŸ”§ Notes:

This is a minimal setup focused on:

  • Establishing backend deployment pipeline
  • Providing a clean and scalable structure for onboarding features like:
    • Admin panel
    • Client login and onboarding
    • Contract generation and digital signing
  • Testing build and deployment on container-based cloud services

Full Changelog: https://github.com/TacticalHacker/th-scribes-backend/commits/v2025.4.0