Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeJayTC committed Apr 9, 2022
1 parent acc9272 commit 877e826
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
![image](https://user-images.githubusercontent.com/4077759/162592498-d420906e-5eee-4d95-b0b2-c5c3c2b0c8d1.png)
[Getting Started](https://www.tcdev.de/tcdev-api-generator-getting-started) | [Samples](https://github.com/DeeJayTC/net-dynamic-api/tree/main/sample) | [Walkthrough Video](https://youtu.be/TI5CeNq3-o8)

# Turn your models into fully working APIs in minutes
<a href="https://tcdev.gitbook.io/"><img src="https://img.shields.io/badge/Docs-0.0.9-orange"></a>
<a href="https://twitter.com/intent/follow?screen_name=timcadenbach"><img src="https://img.shields.io/badge/Twitter-follow-blue"></a>
<img src="https://img.shields.io/github/workflow/status/DeeJayTC/net-dynamic-api/.NET/main?label=Main"> <img src="https://img.shields.io/github/workflow/status/DeeJayTC/net-dynamic-api/.NET/vnext?label=vnext"> <img src="https://img.shields.io/github/sponsors/deejaytc?label=Lovely%20Sponsors" />
<a href="https://www.github.com/sponsors/deejaytc"><img src="https://img.shields.io/github/sponsors/deejaytc?label=Lovely%20Sponsors" /> </a>


## Build & Nuget Status

Watch the video -> https://youtu.be/TI5CeNq3-o8
| Version | Build | Nuget
|--------------|-----------------|-------------------|
| Main | <img src="https://img.shields.io/github/workflow/status/DeeJayTC/net-dynamic-api/.NET/main?label=Main"> | [0.1.1.-alpha](https://www.nuget.org/packages/TCDev.ApiGenerator/0.1.1-alpha) | [![Build Status Installer pipeline](https://dev.azure.com/microsoft/Dart/_apis/build/status/microsoft.PowerToys?branchName=main)](https://dev.azure.com/microsoft/Dart/_build/latest?definitionId=76541&branchName=main) |
| VNext | <img src="https://img.shields.io/github/workflow/status/DeeJayTC/net-dynamic-api/.NET/vnext?label=vnext"> | [0.1.0-alpha-4a262d](https://www.nuget.org/packages/TCDev.ApiGenerator/0.1.0-alpha-4a262d)

First of all this is a really early Alpha, consider things with care.
## About
*Note: this is a really early Alpha, consider things with care.

The API Generator takes any class you like and generates a fully working CRUD API with Odata filter+select support, Database (SQL SQLLite or InMemory)
and also automatic migrations.
In future the service will evolve into a full instant "Database to API" Microservice with no boilerplate code needed.
The API Generator takes any class (or json definition) you like and turns it into a fully working CRUD API with Odata support, Database (SQL SQLLite or InMemory), Events, Caching and everything else handled automatically for you.


By using the API Generator, this little code snippet is already a working CRUD API
Expand Down

0 comments on commit 877e826

Please sign in to comment.