Syna3C / Syna3C-Project

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

Backend - GET all Events #41

Closed shonore closed 5 years ago

shonore commented 5 years ago
  1. A SQL query is generated for getting all the Events - Pull n records at a time, where n is a request parameter
  2. The SQL query is put in a .sql file in the docs/ directory
  3. Create function in EventRouter.ts file that calls the GET All Events SQL query
shonore commented 5 years ago

Vinay completed completed this

vinaygopinath commented 5 years ago

Closed in https://github.com/Syna3C/backend/pull/5