Skip to content

PnW1/sample-strapi-app

Repository files navigation

Strapi application

Download it or Clone it:

go to directory using: -- cd sample-strapi-app

install dependencies using: -- npm install

run app locally using: -- npm run develop

make http:GET requests on: localhost:1337/books/

to get all records.

make http:GET requests on: localhost:1337/books/"n"

to get record having "n" id.

make http:POST requests on: localhost:1337/books/

with title and author attribute to create new record.

make http:PUT requests on: localhost:1337/books/"n"

with title and author attribute with "n" id to update existing record.

make http:DELETE requests on: localhost:1337/books/"n"

to delete record having "n" id.

About

Strapi cms app containing 1 sample table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published