Code Monkey home page Code Monkey logo

bookinventory-be's Introduction

BookInventory-BE

Used Versions

  • Laravel Framework 9.5.1
  • Laravel Passport v7.4.1
  • Laravel Permission v3.0

Download

git clone https://github.com/olamummy/BookInventory-BE.git

To Use

  • create .env file
  • create database
  • composer install
  • php artisan key:generate
  • npm install
  • npm run dev
  • php artisan migrate:refresh
  • php artisan passport:install
  • php artisan db:seed

Route List

  • GET|HEAD api/authors ............................................................................................................... AuthorController@showAllAuthors
  • POST api/authors ....................................................................................................................... AuthorController@create
  • GET|HEAD api/authors/{author_id}/books ....................................................................................... BookController@showAllBooksFromAuthor
  • GET|HEAD api/authors/{author_id}/books/{book_id} ........................................................................................ BookController@showOneBook
  • DELETE api/authors/{author_id}/books/{book_id} ......................................................................................... BookController@deleteBook - GET|HEAD api/authors/{id} ........................................................................................................... AuthorController@showOneAuthor
  • PUT api/authors/{id} .................................................................................................................. AuthorController@update - DELETE api/authors/{id} .................................................................................................................. AuthorController@delete - GET|HEAD api/books ..................................................................................................................... BookController@showAllBooks
  • POST api/books ....................................................................................................................... BookController@createBook - GET|HEAD api/books/{book_id}/comments .......................................................................................... CommentController@showABookComments - POST api/books/{book_id}/comments .............................................................................................. CommentController@createComment
  • GET|HEAD api/books/{book_id}/comments/{comment_id} ....................................................................... CommentController@showAllCommentsFromBook - GET|HEAD api/books/{book_id}/count ............................................................................................ CommentController@countABookComments - GET|HEAD api/books/{id} ................................................................................................................... BookController@showABook
  • PUT api/books/{id} .................................................................................................................. BookController@updateBook - GET|HEAD api/comments ............................................................................................................ CommentController@showAllComments - GET|HEAD api/documentation ......................................................................... l5-swagger.default.api › L5Swagger\Http › SwaggerController@api
  • GET|HEAD api/oauth2-callback ................................................ l5-swagger.default.oauth2_callback › L5Swagger\Http › SwaggerController@oauth2Callback

Dashboard Url

https://snstech.com.ng/bookinventoryUI/#/

Author Page Url

https://snstech.com.ng/bookinventoryUI/#/author

Book Page Url

https://snstech.com.ng/bookinventoryUI/#/book

bookinventory-be's People

Contributors

olamummy avatar

Watchers

 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.