Giter VIP home page Giter VIP logo

kanban-api-nodejs's Introduction

Kanban API Node.js

A kanban node.js API featuring CRUD (board, list and task) and authentication.

Table of Contents

Features

  • CRUD for boards, lists and tasks (if you delete a board, automatically you delete its lists and tasks. The same happens if you delete a list)
  • Authentication (pure code, not Auth0)

Documentation

This is a project of an API made so I can use it on my other project Aeon Planner.

Endpoints:

Boards

  post('/boards')

  get('/boards')

  get('/boards/:boardId')

  put('/boards/:boardId')

  delete('/boards/:boardId')

Lists

  post('/lists')

  get('/lists')

  get('/lists/:listId')

  put('/lists/:listId')

  delete('/lists/:listId')

Tasks

  post('/tasks')

  get('/tasks')

  get('/tasks/:taskId')

  put('/tasks/:taskId')

  delete('/tasks/:taskId')

Sign Up

  put('/signup')

Login

  post('/login')

Schemas:

Boards: name
Lists: name, boardId
Tasks: name, listId, description (optional)
User: email, password, boards (array)

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

  1. Fork this repository.
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

Author

brenobaptista
Breno Baptista

License

This project is licensed under the GPL-3.0 License

kanban-api-nodejs's People

Contributors

brenobaptista avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

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