Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 609 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 609 Bytes

todo-server

server for the todo-client

Getting Started

  • make sure you have node installed, recommend using nvm
  • run npm install
  • run npm start
  • use todo-server postman collection to test endpoints (ask an admin for an invite to the postman workspace)

Notes

  • currently, if there's no orgId we are using userId
  • as Clerk rolls out updates, this API will likely get updated and optimised to take advantage of those features

Contributors