Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 298 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 298 Bytes

twitter-clone

A Simplified twitter clone REST APIs

Run the following command in a terminal window main directory.

mvnw spring-boot:run

Note: In this project we are using in-memory h2 db for demo purpose, but it can be configured to any SQL DB by changing application.properties file