Coder Social home page Coder Social logo

deepanjan05 / celesta-backend-legacy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from celesta-iitp/celesta-backend-legacy

0.0 1.0 0.0 312 KB

Technical Fest of IIT Patna. API

Home Page: http://celesta.org.in

PHP 78.74% HTML 2.08% Shell 0.71% JavaScript 5.11% CSS 13.36%

celesta-backend-legacy's Introduction

celesta-backend

API details:

Compousloury API Key, send via post as 'apiKey'

/login

  • POST
    • emailid
    • password
  • JSON Response:
    {
    status: //http status code
    userID: //uid of logged in user in case of successful login
    name : //name
    college : //college
    events: ['event1','event2'],
    message: //message from the server   }

/register

  • POST
    • name
    • emailid
    • password
    • mobile
    • college
  • JSON Response:
    {
    status: //http status code
    message: //message from the server
    }
    Status code:  
    • 200 : successful
    • 500 : DB connect error
    • 409 : Duplicate entry for registration
    • 403 : unauthorised/invalid login
    • 400 : bad request error
    • description of error is in the "message of the JSOn object"

celesta-backend-legacy's People

Contributors

tameeshb avatar deepanjan05 avatar ivary43 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.