Skip to content
This repository has been archived by the owner on Aug 21, 2022. It is now read-only.
/ database-server Public archive

backend database server for post and get api calls

License

Notifications You must be signed in to change notification settings

HackSC/database-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

database-server

backend database server for post and get api calls


==============Post request==================

Adding applicant:

Post request to "/add" with this header:

headers: { 'content-type': 'application/json', body: JSON.stringify(jsonObject) }

Inside header for post request call, include content-type as 'application/json' and in body, pass a json object like this:

{ "Name": "HackSC", "Applicant": { "email": "sangwoon@usc.edu", "name": "Ben Lee", "type": "Mentor" } }

Inside above json object, Name is hackathnon name. Inside applicant, name is student's full name, email is student's email, and type is student's type e.g student/mentor.

About

backend database server for post and get api calls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published