/trello-api

Primary LanguageTypeScript

Trello api

Features

All the users, boards, todos and notes all are relational

  • if you fetch a single user all the boards will be also get with that user
  • if you fetch a single board all the todos and notes will be also get with that board
  1. Create User, Update User, Delete User
  2. Create Board, Update Board, Delete Board
  3. Create Note, Update Note, Delete Note
  4. Create Todo, Update Todo, Delete Todo

SETUP

  1. create a .env file in root dir and copy the .env.sample file and fill the missing links
  2. then npm install
  3. then npm run build
  4. then npm start