mnfst / manifest

Effortless backends ✨
https://manifest.build
MIT License
461 stars 23 forks source link
admin-panel api baas backend-as-a-servise manifest rest-api sdk-js yaml


manifest manifest

Effortless backends

npm CodeFactor Grade Discord Support us License MIT

[!NOTE]
Manifest is in the Proof of Concept phase (PoC). We are currently developing the first stable version. We would love to have your feedback ! If something do not work as expected, please open a Github issue. For any other thing, let us know trough The Manifest Discord channel.

Manifest is the simplest BaaS (Backend As A Service) you will find.

Here is an example of a complete Manifest app:

# manifest/backend.yml
name: Healthcare application

entities:
  πŸ‘©πŸΎβ€βš•οΈ Doctor:
    properties:
      - fullName
      - avatar
      - { name: price, type: money, options: { currency: EUR } }
    belongsTo:
      - City

  πŸ€’ Patient:
    properties:
      - fullName
      - { name: birthdate, type: date }
    belongsTo:
      - Doctor

  🌍 City:
    properties:
      - name

Key features

Getting started

Simply run this terminal command to add Manifest:

npx add-manifest

Community & Resources

Contributors

Thanks to our first wonderful contributors !