net-art-uchicago / cta-file-sharing

a collaborative artware project by Media Art and Design students at the University of Chicago.
GNU General Public License v3.0
2 stars 15 forks source link

Rest API Design and Implementation (Backend) #11

Closed ishan710 closed 1 year ago

ishan710 commented 1 year ago

I will be working on designing the backend rest APIs for our application. The primary type of services that rest APIs perform is reading and writing data from the database such as

  1. Posting data of user location to the database
  2. Posting the files that users share onto the database
  3. Linking different buttons on the front move between different pages (unsure if this still counts as rest API)

I will be working closely with the backend database team to ensure data is read and written in the correct formats. I will also have to be in touch with someone from the frontend team to decide what all rest api's would be needed (probably Isaac can help out). I would write most of the code in JS and Python.

shayna-k commented 1 year ago
shayna-k commented 1 year ago

Requests framework [WIP]:

POST:

GET:

Who is going to handle getting map data?