This is a simple reservation system using Angular and Spring Boot
- Install Docker Desktop
- Pull and run Mongo DB image
- To pull mongo from docker hub -> docker pull mongo
- To run the docker image -> docker run --name mongodb -p 27017:27017 mongo
- Run the backend springboot application
- Run the frontend angular application
- To test using postman -> import the reactive-app.postman_collection.json file into postman from the testing directory under root.
#Screens