coding-allies / projects-platform-frontend

She's Coding Projects collaboration platform for womxn in tech.
http://projects.shescoding.org/#/
MIT License
9 stars 59 forks source link

position table added with API call #152

Closed ShiviBhatt closed 4 years ago

ShiviBhatt commented 4 years ago

Work and Validation of Positions table and API work

  1. Created Positions Table in psql, validated by running in local psql by adding one record and checking if it inserted correctly.
  2. created API call, used Postman to get the request and response received by the server in the command line, in JSON format.

removed local set up changes which occurred in #135 PR