Skip to content

blue-harvest/bluedev-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

BlueDev is a reference implementation of the bedrock pattern. Bedrock pattern is used to share code and configuration between applications. It’s a clever way of using Git to remove the pain of having to write boilerplate code over and over again for your microservices (or lambdas), but it also provides an easy way to propagate updates to existing projects.

I want to:

Available Bedrocks

The available bedrocks of BlueDev are:

Java Springboot

Level 1 Bedrock Level 2 Bedrocks Description
java-sb-base-bedrock You can use this bedrock to create applications using Spring Boot and Java language
java-sb-rest-bedrock You can use this bedrock to create RESTful API using Spring Boot and Java language
java-sb-jpa-bedrock You can use this bedrock to create SQL database management application using Spring Boot and Java language

NodeJs

Level 1 Bedrock Level 2 Bedrocks Description
node-js-base You can use this bedrock to create applications using NodeJs
node-js-graphql You can use this bedrock to create GraphQL API using NodeJs

Contribute

We would love to see your contribution to the BlueDev. You can create Pull Requests and propose changes or creating new bedrocks.

License

MIT Licensed. See LICENSE for full details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published