Skip to content

cmsparks/core

 
 

Repository files navigation

Core

Core is a replacement for the core services in ACM@UIUC's current generation of infrastructure. Core is intended to be small and provide only the minimal set of functionality to run ACM@UIUC's website and membership managment. All other additional features should be implemented as microservices which can rely on Core for authentication and membership verification.

Design

The design for Core is detailed in design.md. This file covers how Core is organized, the routes exposed by Core, and the structure of the data stored by Core.

Deployment

The deployment for Core is detailed in deployment.md. This file covers how Core the code in this repository is continuously tested and deployed to the production environment. Note that the latest commit to the master branch is always immediately deployed to production.

Development

The documentation for developing Core can be found in development.md.

Extension Development

The documentation for building extensions can be found in extensions.md.

License

The license for this repository can be found in LICENSE.

About

The infrastructure powering ACM@UIUC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 57.6%
  • HTML 29.1%
  • CSS 11.8%
  • Makefile 1.1%
  • Other 0.4%