##for frontend https://adobesocialmediaapp-production.up.railway.app/index.html
##for postman https://adobesocialmediaapp-production.up.railway.app
- RESTFUL API with CRUD operations
- Intrigrated frontend
- responsive
- Excepton handling backend
##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
#for Postman start url with
http://localhost:8080/
#for frontend use url in browser
http://localhost:8888/index.html