Rest API for mentoring platform for CS students
Clone the repository.
git clone https://github.com/fior-app/backend.gitOpen the cloned project in IntelliJ and import it as a Gradle project.
You can configure following environment variables to override defaults in the
applicaition.ymlfromEdit Configurationsoption of IntelliJ.
- MONGO_DB_URL - Connection URL to the MongoDB database
- SECRET - Secret to encrypt JWTs
- GOOGLE_CLIENT_ID - Google client id for authentication
- LINKED_IN_CLIENT_ID - LinkedIn client id
- LINKED_IN_CLIENT_SECRET - LinkedIn client secret
- SENDGRID_API_KEY - SendGrid api key for emailing
- STORAGE_ACCOUNT_KEY - Azure storage account key