Building a secure & Scalable wallet API from Scratch.
Starting with the foundation:
- Prisma ORM + PostgreSQL setup
- 7 database models designed
- Express server configured
- ES6 modules throughout
#nodejs#expressjs#backendDevelopment#walletAPI#paymentsystem
The admin backend for my blog API! I Implemented secure JWT sessions, soft deletes with audit trails for content moderation, and a dashboard with key platform metrics. It's all about giving admin the tools they need to manage the community effectively.#NodeJS#Backend#AP
Just shipped major updates to my #NodeJS#ExpressJS blog API!
-Added pagination & search for users (by username/email)
-Blog posts now support paginated search
-Comments & likes endpoints with validation
-Improved route protection & admin login.
#webdevelopment#APIs#JavaScript
Endpoint expansion & post filtering in my Blog-API
New Update:
-Added single post endpoint
-Added similar post endpoint
-Added post existence check for update, get & delete
-Implemented get-my-posts (filter by user ID)
Steadily refining & securing my API
#NodeJS#BackendDev
Just finished building a simple but scalable API with @Itz_Steavean
Things I worked on:
-User Registration & Login
-Category creation
-Post CRUD operations
-Role-based access for Admins
MySQL DB schema design
Tech used: Express.js, JavaScript, MySQL, Postman (for testing)
In today’s class with @Itz_Steavean, I learned how to use middleware to validate JWTs in Node.js
- Verifies token from headers - Blocks unauthorized requests - Keeps protected routes safe
One step closer to building secure APIs #NodeJS#JWT#BackendDevelopment
I just learnt with @Itz_Steavean how to implement secure login authentication using JWTs!
- Validates input
- Checks user creds
- Use bcrypt for password match
- Generates JWT for auth
Next step: Add centralized response handling and a middleware to validate requests