Skip to content

Darki002/WhoIsHome

Repository files navigation

WhoIsHome

Backend for Android App

API Documentation

This Project uses Swagger for the API Documentation. You can start up the project locally and the swagger you should open automatically or use "localhost:7165/swagger/index.html"

The authorization is also Documented by swagger.

Environment Variables

  • PROJECT_ID : the Firebase projectId of your Firebase project.
  • API_KEY : API Key used by the middleware in every request to Authorized. You can define what ever you like.
  • GOOGLE_APPLICATION_CREDENTIALS : Google Authentication for Firebase. Read more here

Local Development

For running the project locally the project uses "DotNetEnv".

  1. Create .env file in the WhoIsHome.Host project
  2. Add the Environment Variables in the .env file. For example API_KEY=dev1234