Giter Site home page Giter Site logo

pancanin / goendpoint Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 26.21 MB

Generate a REST API based on a JS object. Schema is derived from the passed object as required properties and validation will be applied to them. You are free to add optional properties as you wish.

Go 100.00%

goendpoint's Introduction

goendpoint

Mock a JSON server with as little configuration as possible. This project is for educational purposes (me learning Go's syntax and std. library) and should not be used, at least in it's current form.

Installation

Clone the repo and run go build inside the main folder. The repo also contains a build for OSX You can then add the executable to your /usr/bin folder, for Linux and Mac users. Make sure it has Execute rights enabled for your user.

Launch

./goendpoint -f=test.json -p=3000 -u=user -s=pass where test.json is a file with a JSON object, defining the required properties of your schema.

{
  "firstName": "Valeri",
  "age": 29
}

The name of the file without the extension (test) will be the name of your resource. So the rest call would be to http://localhost:3000/test.

Supported methods

GET - all records POST - create record PUT - update record

goendpoint's People

Contributors

pancanin avatar

Watchers

 avatar

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.