GithubHelp home page GithubHelp logo

iobuhov / trello-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vdkrasny/trello-api

0.0 0.0 0.0 309 KB

REST API which allows you to do simple CRUD operations with role permissions.

JavaScript 100.00%

trello-api's Introduction

Trello API

Short Description

You need to build REST API which allows you to do simple CRUD operations with role permissions.

Estimation (h)

32

Total time (h)

39

Topics

  • Architecture principles
  • Express
    • Middleware
    • Routing
    • Logger
    • Validation

Requirements

  1. Create CRUD operations for the next entities: boards, cards. Each json files should contains at least 3 records by default. There are 2 types of users: Admin and simple user. Only admins can create, update and delete boards.

    Board fields:

    • name
    • color
    • description
    • create at

    Card fields:

    • name
    • description
    • create at
    • estimate
    • status(enum)
    • due date
    • labels([string])
  2. Use helmetjs for secure reasons.

  3. Create minimum 2 custom middleware.

  4. Add and configure Logger for development(in console) and production(in file) environments.

  5. Use Joi to validate incoming parameters.

  6. Use Three-Tier Architecture.

Testing

Use postman for testing REST API.

Advanced Requirements

All existing routes should be covered by tests.

trello-api's People

Contributors

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