Giter VIP home page Giter VIP logo

karma-test's Introduction

karma-test

STEP 1
import karma.sql in SQL folder to your database -open terminal
-mysql -u root -p karma < (location)\karma.sql
-type password
-Check your mysql database

STEP 2
-add your username and password in database.js

STEP 3
open terminal from root folder
-type npm install
-type npm start

API END POINTS

GET:http://localhost:8080/author to get all authors
POST:http://localhost:8080/author to add an author

GET:http://localhost:8080/author/:authorId to get details of a perticular author
PUT:http://localhost:8080/author/:authorId to update the details of perticular author
DELETE:http://localhost:8080/author/:authorId to delete a pertiular author

GET:http://localhost:8080/book to get all books
POST:http://localhost:8080/book to add a book

GET:http://localhost:8080/book/:bookId to get details of a perticular book
PUT:http://localhost:8080/book/:bookId to update the details of perticular book
DELETE:http://localhost:8080/books/:bookId to delete a pertiular book

GET:http://localhost:8080/review to get all books
POST:http://localhost:8080/review to add a review

GET:http://localhost:8080/review/:reviewId to get details of a perticular review
PUT:http://localhost:8080/review/:reviewId to update the details of perticular review
DELETE:http://localhost:8080/review/:reviewId to delete a pertiular review

GET:http://localhost:8080/review?book_Id=x to get all reviews book x
GET:http://localhost:8080/book?author_Id=x to get books of author x

karma-test's People

Contributors

nithinps021 avatar

Watchers

James Cloos avatar  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.