CASE

Effortless backends

README

manifest

Effortless backends


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

Here is an example of a complete Manifest app:

  1. ```yaml
  2. # manifest/backend.yml
  3. name: Healthcare application

  4. entities:
  5.    Doctor:
  6.     properties:
  7.       - fullName
  8.       - avatar
  9.       - { name: price, type: money, options: { currency: EUR } }
  10.     belongsTo:
  11.       - City

  12.    Patient:
  13.     properties:
  14.       - fullName
  15.       - { name: birthdate, type: date }
  16.     belongsTo:
  17.       - Doctor

  18.    City:
  19.     properties:
  20.       - name
  21. ```

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:

  1. ```bash
  2. npx add-manifest
  3. ```

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 !