Giter Club home page Giter Club logo

goldeneye-1's Introduction

GoldenEye Logo

GoldenEye

Join the chat at https://gitter.im/oskardudycz/GoldenEye Build status

What is GoldenEye?

GoldenEye is a Full Stack framework written in .NET Core. The main goal of GoldenEye is to speed up your development process. It gathers most widely used frameworks in .NET world and pack them into a simple bootstrap Nuget packages. It also provide set of base classes, helpers, extensions that will help you with your daily work.

What do I get?

Complete Solution bootstrap - bottom up:

  • Entity Framework (supports also Dapper, Marten)
  • CRUD Repositories and CRUD Application Services
  • WebApi REST controllers
  • Authorization with OAuth (Identity Server)
  • complete set up of dependency injection with automatic naming convention binding
  • AutoMapper preconfigured and automatic mappings registration
  • Validation flow with FluentValidation.NET
  • Examples of complete usage (Task list functionality)
  • CQRS and Domain Driven Development stack - sending and handling commands, queries, events (with usage of MediatR library)
  • document database and event store support in Postgres with Marten framework
  • many more

How do I get started?

Install the project template by running

dotnet new -i GoldenEye.WebApi.Template.SimpleDDD

and then create new project based on it:

dotnet new SimpleDDD -n NameOfYourProject

Or manually add packages to your project, eg:

  • Shared - GoldenEye.Shared.Core

    dotnet add package GoldenEye.Shared.Core

  • Backend - GoldenEye.Backend.Core

    dotnet add package GoldenEye.Backend.Core

  • Entity Framework - GoldenEye.Backend.Core.EntityFramework

    dotnet add package GoldenEye.Backend.Core.EntityFramework

  • WebApi - GoldenEye.Backend.Core.WebApi

    dotnet add package GoldenEye.Backend.WebApi

Where can I get it?

Install packages from the Nuget package manager:

Core packages:

Domain Driven Design package:

Document database and Event Store with Marten package:

  • GoldenEye.Backend.Core.Marten - extension to GoldenEye.Backend.Core and GoldenEye.Backend.DDD that gives possibility to use Postgres as Document Database and Event Store - thanks to Marten library

Security related packages (User management, OAuth etc.)

I found an issue or I have a change request

Feel free to create an issue on GitHub. Contributions, pull requests are more than welcome!

GoldenEye is Copyright © 2015-2019 Oskar Dudycz and other contributors under the MIT license.

goldeneye-1's People

Contributors

oskardudycz avatar sandsmi avatar mjendza avatar dudyczprzemek avatar waffle-iron avatar mdissel avatar gitter-badger avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Forkers

wade790

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.