Syna3C / Syna3C-Project

This is an Open Source Disaster Recover Platform by Non Profit Company Syna3C
3 stars 0 forks source link

Create Models for Users REST API #19

Closed shonore closed 5 years ago

shonore commented 6 years ago

Create schemas for database tables based off of this TDD https://docs.google.com/spreadsheets/d/1dToVZmI7mneLFa3jK71aajSj83xV4MAHNn9DXzavEDk/edit?usp=sharing

shonore commented 5 years ago

Not sure how to do the schema since I am not using an ORM ... researching options now

shonore commented 5 years ago

After consulting with Vinay we do not need to use another javascript library to define the schema. We can just define a class for the Users using Typescript

shonore commented 5 years ago

We don't need models in the backend since we are not using any business logic in the server... closing this issue