MVPStudio / mvp-studio-web-cms

the repo for the static site.
https://mvpstudio.github.io/mvp-studio-web-cms/
MIT License
4 stars 0 forks source link

Get routes talking to postgres #79

Closed jasepellerin closed 4 years ago

jasepellerin commented 4 years ago

Project

General shape:

{
  id: Number,
  project_name: String,
  org_url: String,
  po_name: String,
  po_email: String,
  description: String,
  description_link: String,
  status: String
}

Volunteer

Shape:

{
  email: String,
  name: String,
  role: String,
  experience: String,
  interestReasons: String
}
margielamadman commented 4 years ago

Implemented