Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 575 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 575 Bytes

--- COMM-CARE-FULLSTACK-DEVELOPER-ASSIGNMENT ---

  • Thank you for taking part in our company's test

  • Folder structure

    • Client

      • This is an application created with CRA command running at Port 3000
      • Already installed semantic-react
    • Server

      • This is an application created with NESTJS command running at Port 5000

Requirements

  1. Please make new APIs for Create/Read/Update/Delete TODO for following schema
  • Todo's schema
    • name
    • description
  1. Integrate the APIs you made with the current React client and using SemanticUI