Setting up sef-core

Hi all,
I’m having some issues setting up sef-core repository locally. I went through the readme file but i can’t really understand how to configure the database. Can someone please help me regarding this? :slight_smile:
Thank you!

1 Like

Did you create an empty database?
After that make a copy of application.properties.example and rename it to application.properties or just execute this code

cp backend/src/main/resources/application.properties.example backend/src/main/resources/application.properties
nano backend/src/main/resources/application.properties
3 Likes

In the application.properties replace ${DB_USERNAME}, ${DB_PASSWORD}, ${DB_NAME}
with your details. once you done this it should like this.

3 Likes

Thank you @anjisvj I’ll check whether this works!. :smiley:

2 Likes

@Gimhan_minion Did you fixed the issue?

1 Like

Yeah Thank you @anjisvj & @jaye !!!

2 Likes