Skip to content

A Backend so simple that it fits in a YAML file ✨

License

Notifications You must be signed in to change notification settings

adititripathi/manifest

 
 

Repository files navigation


manifest manifest

A backend so simple that it fits in a YAML file

npm CodeFactor Grade Discord Support us CodeTriage License MIT

Manifest is the simplest backend you can find:

Open in StackBlitz

# 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

Note

Manifest is on BETA. We would love to have your feedback! If something does not work as expected, please open a Github issue. For any other thing, let us know through The Manifest Discord channel.

Key features

  • Develop 10x faster comparing to traditional approaches
  • 😎 Super-easy syntax easy to read and version control
  • 🕊️ Self-hosted free open source software

Getting started

Simply run this terminal command to add Manifest:

npx add-manifest

Product roadmap

Our mission is to enable developers of all experience levels to create and share innovative solutions. As an open source product, we continuously improve Manifest through community collaboration. After our successful PoC, we are further developing the product with your feedback. Here are the upcoming features:

Feature Description Release date Status
OpenAPI Doc Instant live documentation for your REST API July 2024 ✅ Available
Auth Make any entity authenticatable and add rules for endpoints August 2024 ✅ Available
Validation Custom validation for creating and updating items Q4 2024 🚧 In progress
Many-to-many Advanced relationship management Q4 2024 📝 To specify
Hooks Trigger webhooks at specific events Q4 2024 📝 To specify
Media upload Allow file and image uploads with rules and resizing Q4 2024 📝 To specify

🆕 Suggest a new feature for the next versions

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

A Backend so simple that it fits in a YAML file ✨

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.3%
  • SCSS 15.8%
  • HTML 6.4%
  • Other 0.5%