mnfst / manifest

Effortless backends ✨

Home Page:https://manifest.build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


manifest manifest

Effortless backends

npm CodeFactor Grade Discord Support us License MIT

Note

Manifest is in the Proof of Concept phase. If this approach suits you, we will develop a stable version with the expected features. We rely on your feedback to understand which features you need.

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

  • Instant complete backend with zero configuration
  • 🧠 Super-easy syntax to build with ease
  • 🛠️ Plug and play with your favorite frontend

Getting started

Simply run this terminal command to add Manifest:

npx add-manifest

Community & Resources

  • Docs - Get started with Manifest
  • Discord - Come chat with the community
  • Github - Report bugs and share ideas to improve the product.

Contributors

Thanks to our first wonderful contributors !

About

Effortless backends ✨

https://manifest.build

License:MIT License


Languages

Language:TypeScript 69.2%Language:SCSS 22.8%Language:HTML 7.8%Language:JavaScript 0.2%Language:Batchfile 0.0%