chihhoang / twitter-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Service that Provides Basic CRUD Operations on Twitter's Tweets

Start by filling in Twitter developer app credentials in ./src/main/resources/twitter4j.properties

Also installing Lombok plugin is required in your IDE.
Prefer to have: Google-java-format plugin

Run the Spring boot app with

./mvnw

To start frontend app:

Commands for installing node modules:

  • cd webapp
  • npm install
  • npm start

About


Languages

Language:Java 58.3%Language:JavaScript 31.8%Language:HTML 8.0%Language:CSS 1.7%Language:Shell 0.2%