Skip to content

jeromebrule/simple-crud

Repository files navigation

CRUD - Next.js + Jest

Getting Started

docker compose up
GET ALL
http://localhost:3000/api/products
GET ONE
http://localhost:3000/api/products/$[id]
POST
http://localhost:3000/api/products
PUT
http://localhost:3000/api/products/$[id]
DELETE
http://localhost:3000/api/products/$[id]

Swagger

http://localhost:3000/swagger

http://localhost:3000/swagger

Running Tests

npm test

About

crud template with auth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published