Code Monkey home page Code Monkey logo

books-n-films's Introduction

books-n-films documentation

ER diagram

ER diagram

REST API

Login

POST /api/auth/local

Payload:

{
  "identifier": "<email>",
  "password": "<password>"
}

Response:

{
  "jwt": "<jwt>",
  "user": "<User>"
}

For more Details see Strapi documentation.

Content

For detailed documentation about REST API possibilities see Strapi documentation.

There you will also find how to filter, populate and select fields, sort and paginate.

Note:
strapi-plugin-transformer is used to reduce the depth of API responses. There are no data and attributes fields in the REST API's responses.

Public APIs

/api/books
/api/book-seriess
/api/book-releases
/api/countries
/api/films
/api/film-seriess
/api/film-releases
/api/genres
/api/people
/api/ratings
/api/release-collections
/api/studios
/api/translation
/api/upload/files

Authenticated APIs

All the above, plus:

/api/my-books
/api/my-book-releases
/api/my-films
/api/my-film-releases
/api/my-positions

books-n-films's People

Contributors

gregorsondermeier avatar lisa-friedrich avatar

Stargazers

 avatar

Watchers

 avatar

books-n-films's Issues

Rename some collection types

FilmVersion -> FilmRelease
MyFilmVersion -> MyFilmRelease
BookVersion -> BookRelease
MyBookVersion -> MyBookRelease

(FilmSet + BookSet) -> ReleaseCollection

linting

prettier
eslint

lint:check script
lint:fix script

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.