You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recognized the inefficiency of ad-hoc laundry collection in a hostel, where the lack of a fixed schedule led to missed pickups and inconvenience for residents.Implemented the solution using MongoDB Atlas for robust data storage, enabling users to create accounts, log in securely, and seamlessly place orders online.
This is a project to demonstrate the Rest API testing process in a locally set environment. The concept applied is CRUD. Chai Assertion Library is used.
The backend of the Auction Platform is built with Node.js, Express.js, and MongoDB, providing a secure and scalable API for all auction functionalities. It handles user and seller authentication, product and auction management, bid tracking, and email notifications.
A beginner-friendly Movies CRUD API built using Go and Gorilla Mux. This RESTful service supports basic Create, Read, Update, and Delete operations on an in-memory movie collection. Ideal for learning Go's net/http package, routing, and working with JSON. No external database data resets on every server restart.
A simple Node.js and Express-based REST API that demonstrates full CRUD (Create, Read, Update, Delete) operations using mock user data. Users are stored in a local JavaScript file (MOCK_DATA.js), and changes are persisted using Node's file system. Ideal for learning backend basics and API testing with Postman.
MovieTube is a user-friendly video streaming platform with full playback controls, which I built using ReactJS, Saas, and API based data handling skills.
This project is an Online assessment platform developed using Java technologies. It allows users to take exams online, submit their answers, and calculates scores based on their responses. The system is designed to provide a seamless exam-taking experience while ensuring accurate evaluation of exam results.
pm-collections is an NPM package based on postmanlabs/postman-collection package intented to be simplistic and to provide intellisense on the collection schema defined by Postman.
This project is a secure User Authentication system built with Laravel 11 and MongoDB. It includes essential features like user signup, login, logout, and password update. Designed with industry best practices, the system uses RESTful APIs and is secured with Bearer Token-based Authentication via Laravel Sanctum.
College assignments from Bryan University about interactions over the internet using HTTP, including sending information to a server and consuming/using information from 3rd party APIs with specific attention given to popular web techniques, including AJAX and APIs.