Skip to content

Commit

Permalink
feature (middlewares)
Browse files Browse the repository at this point in the history
- adds api security using jwt
  • Loading branch information
Pacific NDAHIRO authored and Pacific NDAHIRO committed Feb 26, 2024
1 parent ca5bd16 commit 6d20f60
Show file tree
Hide file tree
Showing 7 changed files with 2,147 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
PORT = 3000

NODE_ENV = development

MONGODB_URI =

CLOUDINARY_CLOUD_NAME =

CLOUDINARY_API_KEY =

CLOUDINARY_API_SECRET =

JWT_SECRET =
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,5 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

build/
Loading

0 comments on commit 6d20f60

Please sign in to comment.