Skip to content

tirthct/easyRental-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easyRental-backend

Steps to run and set up project repository:

  • Install and setup IntelliJ
  • Install mySQL 8.0.28
  • Setup an SQL db with any db name
  • Setup the URL of data base at spring.datasource.url in application.properties file
  • Use the same db url in application.properties
  • Use the admin name in datasource.username field of application.properties
  • Use the password in the datasource.password field of application.properties
  • Start frontend module by using npm start
  • Start the application from IntelliJ and browse to the https://localhost:3000/ to access EasyRental application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%