Skip to content

loan-zone-iiht/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

LoanZoan Backend

Steps to run the application

  1. Clone the project:

    git clone https://github.com/loan-zone-iiht/backend
    
  2. Add application.properties: create application.properties inside /loan-boot/src/main/resources/

  3. Add necessary values in application.properties:

    server.port=<Your port>
    server.error.include-message=always
    spring.datasource.url=jdbc:mysql://localhost:3306/<Your DB name>
    spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
    spring.datasource.username=<Your DB username>
    spring.datasource.password=<Your DB password>
    spring.jpa.hibernate.ddl-auto=<create/update>
    spring.jpa.show-sql=true
    spring.jpa.properties.hibernate.format_sql=true
    spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
    aws.access.key=<Your AWS access key, needed to use AWS SES for sending mail>
    aws.access.secret=<Your AWS secret key>
    mail.sender=<AWS verified mail>
    twilio.accountId=<Your Twilio accountId, needed for sending phone messages>
    twilio.authtoken=<Your Twilio authtoken>
    twilio.senderphonenumber=<Your Twilio sender phone no>
    spring.servlet.multipart.max-file-size=2MB
    spring.servlet.multipart.max-request-size=2MB
    
  4. Run as a spring-boot project.

Important Links

Topic Links
PPT Click here
Front-end Click here

Tech Stack

N|Solid N|Solid N|Solid N|Solid

Thanks for checking us out

--Team LoanZoan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages