Skip to content

RohithChittibommala/Club-Collabaration-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Club Collabaration Backend

Languages Used

  • Node.js
  • Express
  • MongoDB

Setup Instructions:

Installation

git clone https://github.com/iiitv/Club-Collabaration-backend/
cd Club-Collabaration-backend
yarn install

Running

yarn start

DEPLOYMENT

The app is deployed at  https://club-collab.herokuapp.com

The following are the routes that are available

## GET https://club-collab.herokuapp.com/users
## POST https://club-collab.herokuapp.com/signup

       the body must include
        {
            name: (min length:3)
            email: valid one and unique
            password:(min length:6)
        }
        sample one
         {
            "name":"vadodara",
            "email":"koy@wi8o.com",
            "password":"rybaopd"

         }

##POST https://club-collab.herokuapp.com/login

The body must include
    {
        email:
        password:
    }


About

🌠A coherent portal for clubs of our institute.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%