Skip to content

Bhushan8554/adobe_social_media_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adobe_social_media_app

Diployed Link



##for frontend https://adobesocialmediaapp-production.up.railway.app/index.html

##for postman https://adobesocialmediaapp-production.up.railway.app

Modules


  • User
  • Post

    Features



    • RESTFUL API with CRUD operations
    • Intrigrated frontend
    • responsive
    • Excepton handling backend


    Teach Stacks Implemented




  • Java
  • Spring framework
  • Spring Boot Data JPA
  • Hibernate
  • Maven
  • MySQL
  • Lombok
  • HTML
  • CSS
  • JavaScript

    Installation & Run on Local




    ##make following Changes in 'Application.properties' file
    #changing the server port
    server.port=8080
    
    #db specific properties
    spring.datasource.url=jdbc:mysql://localhost:3306/{your database name}
    spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
    spring.datasource.username={your MySQL username}
    spring.datasource.password={your MySQL password}
    
    #ORM s/w specific properties
    spring.jpa.hibernate.ddl-auto=update
    spring.jpa.show-sql=true
    
    spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER
    
    


    API Root Endpoint




    #for Postman start url with

    http://localhost:8080/ 
    

    #for frontend use url in browser

    http://localhost:8888/index.html
    


  • Releases

    No releases published

    Packages

     
     
     

    Contributors