Although the name is self-explanatory, here is a repository intended for a basic CRUD application. I still working here, trying to improve my Full Stack knowledges
- GET/POST/PATCH/DELETE HTTP methods
- JWT Token Authorization based
- Invalid JWT Tokens Blacklist
- Access IP authorization
- Client access key authorization
- Password Hashing
- MongoDB
- Register/Login
- Update profile
- Delete account
- Logout
- Forms validation via zod
- React ContextAPI