Skip to content

This is a simple reservation system using Angular and Spring Boot

Notifications You must be signed in to change notification settings

nayekabhishek1/Reservation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reservation-System

This is a simple reservation system using Angular and Spring Boot

Instructions to start the application

  1. Install Docker Desktop
  2. Pull and run Mongo DB image
  3. To pull mongo from docker hub -> docker pull mongo
  4. To run the docker image -> docker run --name mongodb -p 27017:27017 mongo
  5. Run the backend springboot application
  6. Run the frontend angular application
  7. To test using postman -> import the reactive-app.postman_collection.json file into postman from the testing directory under root.

#Screens

snap 1

snap 2

snap 3

About

This is a simple reservation system using Angular and Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published