/ifchat-api

Spring REST API for "IFChat" chat application

Primary LanguageJava

ifchat-api

Spring REST API for "IFChat" chat application.

Client, Android application: https://github.com/vladrip/ifchat-android

Running api:

Run docker compose file to setup database

docker-compose --project-name="ifchat" up --detach

Start api via your IDE, or in root directory (where pom.xml is located) execute this command (you should have maven installed and have it in PATH):
mvn spring-boot:run