Skip to content

RESTful API for CRM system for the HR Department. Uni project

License

Notifications You must be signed in to change notification settings

kyrylo-kundik/CRM-System-REST-API

Repository files navigation

Spring boot crm on Kotlin

Build with spring boot and other spring staff and with ❤️

By LKNM team

To start server side app:

  • Create .env file, it should look like this:
PG_PORT=5432
PG_DB=crm_yalynky
PG_USER=postgres
PG_PASS=postgres
PG_HOST=postgres # or localhost if you don't want to user postgres service

APP_PORT=8088 # then your app will available on localhost:8088
APP_SECRET=51L6nFI7EOUWsuIx7VW2ntjeRmVWY1Kc
HIBERNATE_STRATEGY=create # or validate or whatever
  • Run docker-compose up

Releases

No releases published

Packages

No packages published

Languages