Posts

Hospital Management System Web Application - A complete Spring boot project with Angular

Hello developer! Lets build a Microservices architecture based Hospital Management System (HMS) using Spring Framework for back-end and Angular for front-end. Since we build from scratch, this is going to be a long story and there will be separate posts explaining each of the components involved. Following technologies are used, all of them are opensource. Github is used for source code management, links will be provided as needed. Spring Boot  at the core, we will use most of the modules provided by spring. Postgres for Database Storage Flywaydb for database migration Oauth 2.0 for Security Redis as Cache server RabbitMQ for messaging Swagger for API documentation Postman   for API testing Angular as Front-end framework. STS for code development Docker for containerization Jenkins for build Note: This post will be updated as we keep on adding components and technologies into our project.
Recent posts