Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 381 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 381 Bytes

Assi6

Rest-API Assignment: Setup a back end server for the previous application. This needs to be a separate application. Create CRUD APIs (REST) for user model. Store data in JSON file. Use that as source of data. UI functionality should remain same. Everything should be in TS. Use express for REST APIs. Push the code to a separate repo on github. Generate a PR for review.