- Admin Controller
- Answer Controller
- Common Controller
- Question Controller
- User Controller
-
Make a databse name quora in you postgresSQL server.
-
Modify the database user and password in following files :
- quora-api\src\main\resources\application.yaml
- quora-db\src\main\resources\config\localhost.properties
-
Build the project in the main directory of the project by running the command
mvn clean install -
In order to activate the profile setup * move to quora-db folder using
cd quora-dbcommand in the terminal runmvn clean install -Psetupcommand to activate the profile setup.