Giter Site home page Giter Site logo

instantboard-api's Introduction

Instantboard API Server

Getting started

# initialize
$ npm run db:create
$ npm run db:migrate

$ npm run dev

Test

# initialize
$ npm run db:create
$ NODE_ENV=test npm run db:migrate

# run test
$ npm test

E2E Test

# initialize
$ npm run db:create
$ NODE_ENV=test npm run db:migrate

# run test
$ NODE_ENV=test npm run dev
$ npm run test:e2e

Database

  • users(id / uid / provider / name / created_at / updated_at)
  • labels(id / user_id / name / created_at / updated_at)
  • label_statuses(id / user_id / label_id / priority / visibled)
  • tasks(id / user_id / label_id / content / priority / completed / created_at / updated_at)
  • requests(id / user_id / member_id / label_id / status / created_at / updated_at)

End Points

  • /api
    • /v1
      • /user
        • / GET: show current user
        • / PUT: update current user
        • / DELETE: delete current user
      • /tasks
        • / GET: index task
        • / POST: create task
        • /:id GET: show task
        • /:id PUT: update task
        • /:id DELETE: delete task
        • /:id/sort PUT: sort task
      • /labels
        • / GET: index label
        • / POST: create label
        • /:id GET: show label
        • /:id PUT: update label
        • /:id DELETE: delete label
        • /:id/sort PUT: sort label
      • /requests
        • / GET: index request
        • / POST: create request
        • /:id GET: show request
        • /:id PUT: update request
        • /:id DELETE: delete request
      • /members
        • / GET: index members
      • /search
        • /users
          • / GET: search users

instantboard-api's People

Contributors

khirayama 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.