Skip to content

mnfst/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 License MIT

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 !