Skip to content

ManifestOfficial/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


manifest

Effortless backends

npm CodeFactor Grade Discord Support us Licence MIT

Manifest

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

It provides a complete backend to your client app without the hassle that comes with it. It actually fits into a single YAML file that generates a complete backend.

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 !