Skip to content

voidwell/Voidwell.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Voidwell.com

Voidwell.com leverages a few technology stacks to operate. The main being docker microservices that communicate with each other via HTTP/REST. They also depend on an OIDC implementation (Voidwell Auth) for token authentication and authorization.

Technologies used:

  • .NET Core 2.x (C#)
    • ASP.NET Core Identity
    • IdentityServer4
    • Entity Framework Core
  • AngularJS 7.x (TypeScript/JavaScript)
  • PostgreSQL (SQL)
  • Docker
  • Redis
  • Nginx

Services

Setup

To get the application up and running you may want to use the docker-compose.yml file in this repository. Just make sure to fill in the required fields.

Releases

No releases published

Packages

No packages published