Skip to content

daliamirghani/recipe-sharing-api

Repository files navigation

recipe-sharing-api

a simple NestJS API for managing and sharing recipes.

features

  • JWT Authentication & Verification
  • Create Recipes
  • Search & Filter
  • Pagination – fetching recipes in pages for easier browsing.

endpoints

  • POST /auth/signup – create a new chef account.
  • POST /auth/signin – login and get JWT token.
  • POST /chef/create-recipe – create a new recipe (protected route that requires JWT).
  • GET /recipes – public route, list recipes, supports search via query params key, value, search.

technology used

  • NestJS
  • TypeORM with PostgreSQL
  • JWT authentication via @nestjs/jwt

About

a recipe sharing API made using nestJS and postgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors