As a cautious action after Covid-19, VaccNow is an healthcare organization managing the process of Covid-19 vaccine to public, so that the VaccNow is planning to build multi their digital channels for consuming a modern API for basic features. This is planned to be API first approach, of well-tested functions and enabling agility of later modifications.
Please note this project uses H2 in momory database and a sample of schema and data is available in schema.sql_backup and data.sql_backup. These are for reference purpose mostly. All the seed data is automatically generated by **TestDataGenerator.java **. Use this file add or remove any seed data. Refer to Mongo_implementation Branch for No SQL approach to the application.
Table of Contents
-
To run the application in debug mode Run th application as Spring application locally You can use any IDE to import the project
- use that to bring up the application as a java application
- or
- go to project folder and use
mvn springboot:runto bring up the application
Helpful Links when running locally:
- You can access the application on localhost:8080
- Swagger documentation will be available on localhost:8080/swagger-ui.html#/
- H2 in memory database will be available on localhost:8080/h2-console/




