Skip to content

Web Application using React as frontend and Spring-Boot as backend

License

Notifications You must be signed in to change notification settings

GauravGupta035/SmartTourism

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartTourismJSMR

J - Java
S - Spring Boot
M - MongoDB
R - ReactJS

Getting Started

Installing

  • After cloning the repository exceute npm i command using terminal in webfrontend folder to install all the packages.

Executing program

  • To start server, Go into the .\backend directory using terminal and execute
    .\mvnw spring-boot:run
    
  • To start webFrontend, Go into the .\webfrontend directory using another terminal and execute
    npm start
    
  • MongoDB client needs to be installed on the system for it to connect the Database.
  • !The Client and Server must run together.

About

Web Application using React as frontend and Spring-Boot as backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.4%
  • Java 44.6%
  • CSS 5.9%
  • HTML 1.1%