Skip to content

microbian-systems/Electra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electra Logo

Electra .NET Utilities Framework

General Development Guidelines

  1. MVC Controllers (Web + API) should be small and thin
  2. This repo also has a sub-module (Electra) for an OSS library that is also in development.
  3. Please remember to push changes from both the main git repository and the sub-module if modifictions are made there.
  4. We use the Git Flow branching strategy which means all work shoudl be done on feature branches, then when done, create a pull request to the develop branch.

Contributing

  1. Clone this repo
  2. Install Docker: Download Docker
  3. Install PgAdmin Download PgAdmin
  4. Start coding

Success!

contact: Microbian Systems or create a pull request with the changes (please follow the industry best practices):

SOLID Principles

DRY - Don't Repeat Yourself

© 2023 made with ❤️ Microbian Systems