ProCoSys / Bifrost

Application Development Framework promoting good development practices such as CQRS and MVVM (see readme)
http://bifrost.dolittle.com
Other
1 stars 1 forks source link

Bifrost is an application development framework promoting good development practices.

The backend development is focused on CQRS (Command Query Responsibility Segregation) for promoting Domain Driven Design.

The fronted development is focused on MVVM (Model View ViewModel) for promoting better separation.

Originally developed by dolittle, the project was forked in February 2016.

To get an idea of how the framework will help you get up and running fast, have a look here : http://vimeo.com/30971308

Release Notes

Contributing

Coding standard

Try to follow the general style of naming and structure that's already in place in the solution.

Testing

We expect any code going through to a pull request to be tested. All our testing is done through MSpec specifications (C#), or JasmineBDD (JavaScript).