Giter VIP home page Giter VIP logo

manuscript's Introduction

Manuscript

What if instead of pain-stakingly coding an API backend while having to chose the web framework, language, libraries etc, we could just describe the API and its routes as a set of operations that could be implemented by any language, any framework, using any set of libraries.

What if you could build an API free of bugs on the first try? What if instead of using a laptop or a desktop, you could build a custom API from your smartphone? What if you could just build your API once and it could get faster automatically as implementations improve performance?

I believe all of the above is possible and manuscript is my attempt to bring this dream to life.

If this sounds awesome to you, help me build manuscript and let us change how we create APIs forever.

THIS IS A WORK IN PROGRESS. It is not done.

This repo comes with a simple manuscript for a todos backend, and an implementor written in node.js. The spec is very early stage and will change a lot in the coming times.

Currently, it requires a postgres database.

Instructions:

  • Install lab globally.
  • Clone this repo
  • Navigate to the directory of this repo
  • Do npm install
  • Run lab
  • Study todos.json in test folder.

manuscript's People

Contributors

arsalandotme avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

manuscript's Issues

Add templates support

Allow the user to specify templates in operation inputs.

For example

{ column: "title", value: { template: "Hello ${request.body.name}" }

This will prevent having to use transform functions to get the desired output.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.