manifest

4.0.0-alpha.6 • Public • Published

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

Install

Simply run this command on your terminal from the root of your project:

npx add-manifest

Package Sidebar

Install

npm i manifest

Weekly Downloads

2,131

Version

4.0.0-alpha.6

License

MIT

Unpacked Size

410 kB

Total Files

135

Last publish

Collaborators

  • brunobuddy
  • sebastien-conejo