Git Product home page Git Product logo

kip-portal's Introduction

kip-portal

Backend

How to run User-Api module :

Pre-requisite : Running cassandra

Below steps are required to run user-api module

  1. Download and extract Cassandra

  2. start cassandra as service go to bin folder and execute command ./cassandra

    1. run following command to ingest schema in cassandra

    inside bin folder of downloaded casandra

    ./cqlsh -f <kip project path/backend/common/src/main/resources/cassandra_script.cql>

  3. export $USER_EMAIL=email from which you want to send mail and $USER_PASSWORD=password

  4. start kip server with this command sbt "project user-api" run port for all routes is 8080

  5. kip server will start on localhost:8080

Kip Routes

Login Route
http://localhost:8080/kip/login 

Create user Route
http://localhost:8080/kip/createuser

Sample Json

Json for creating new user

{
  "emailId": "[email protected]" 
}

Json for user login

{
  "emailId": "[email protected]",
  "password": "iql2ihrdouauv4ps9q9t57i2"

}

kip-portal's People

Contributors

akshayrana92 avatar anubhav100 avatar tiwaryayush avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

Forkers

tiwaryayush

kip-portal's Issues

Create routes for Schedule

Here, we have to declare the routes for schedule the sessions
like createSchedule, updateSchedule etc

Added Schedule Information in Cassandra

Added Information regarding schedule & make Cassandra DB query accordingly.
Schema are as follow
Date
NumberOFDays
Trainer
Assistant trainer
Topic
Content

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.