ncs-jss / hackncs-17

Official website Of NCS
http://hack-ncs.surge.sh/
3 stars 6 forks source link

Integration of apis #21

Closed DEVAbhinav closed 7 years ago

DEVAbhinav commented 7 years ago

1.)get : /getEvents // gives you list of all the Events.

2.)post : /studentRegister // accepting an object {email : ,number: , year : , name: ,admissionNumber : ,event_id: };

are ready for use.

itaditya commented 7 years ago

Sir please fix issue #8 so that I can run the server .

DEVAbhinav commented 7 years ago

I have already posted the solution for #8 issue

DEVAbhinav commented 7 years ago

@itaditya I have allowed cors you can continue integration.

itaditya commented 7 years ago

@DEVAbhinav , the CORS issue is still there , see #24 .

itaditya commented 7 years ago

Now , only the APIs regarding student registration is left , will do it ASAp

itaditya commented 7 years ago

All APIs are integrated , please review them .

DEVAbhinav commented 7 years ago

Great Job!!