Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

migrate from serverless to dotnet aspnet core web api solution#20

Open
chekkan wants to merge 8 commits intomasterfrom
feature/dotnet_migration
Open

migrate from serverless to dotnet aspnet core web api solution#20
chekkan wants to merge 8 commits intomasterfrom
feature/dotnet_migration

Conversation

@chekkan
Copy link
Member

@chekkan chekkan commented Apr 4, 2021

Organizations Endpoints

  • GET /organizations
  • GET /organizations/{id}
  • POST /organizations
  • DELETE /organizations/{id}
  • GET /me/organizations

Offices Endpoints

  • POST /offices
  • GET /offices
  • GET /offices/{id}

Time Entries Endpoints

  • POST /time-entries
  • GET /time-entries
  • POST /invoices
  • GET /invoices
  • GET /invoices/{id}

Misc

  • CORS
  • Authentication with google auth
  • Build and deployment with Github Actions
  • sentry dsn (bizhub_api_sentry_dsn_dev environment variable)

@chekkan chekkan force-pushed the feature/dotnet_migration branch from a97c220 to cf32598 Compare April 11, 2021 22:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant