Skip to content

Commit be3bea1

Browse files
committed
chore: updated README
1 parent fc6b6dc commit be3bea1

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Blueprint
2+
=========================
3+
4+
a solid framework for building APIs and backend services
5+
6+
Features
7+
--------
8+
9+
* Bootstrap common functionality from configurations
10+
* Separation of concerns to maximize reuse of core business logic
11+
* Declarative approach to binding routes to controllers
12+
* Customize behavior and configuration based on execution environment
13+
* Encapsulate application logic into reusable components
14+
* Compose Blueprint applications from other Blueprint applications
15+
16+
Developer Resources
17+
----------------------
18+
19+
### New Developer
20+
21+
Your first time using Blueprint? See our
22+
[Getting Started](https://blueprint.onehilltech.com/quick-start/getting-started) guide.
23+
24+
### Returning Developer
25+
26+
Are you a returning developer? Jump right to our
27+
[Developer's Guide](https://blueprint.onehilltech.com/developer-guide).
28+
29+
Next Steps
30+
-----------------
31+
32+
Interested in training classes? [Contact us](mailto:[email protected])

0 commit comments

Comments
 (0)