An application for instant messaging in private and group chats.
- Install IDE (for example, Intellij Idea)
- Install Lombok plugin
- Install Maven dependencies
mvn install
- Update
application.properties
with relevant information about database, jwt and frontend URL - Run
messenger.backend.BackendApplication
- Install IDE (for example, WebStorm)
- Install node modules
npm install
- Copy
.env.example
to.env
and update if necessary - Run
npm run start
Done!