Vishal Yadav's repositories
Django-API-Project
This is a Django project implementing a RESTful API for user authentication and managing paragraphs.
Java_Assignment
Create a Spring Boot application that provides RESTful endpoints to manage a book library. The application should support CRUD operations for books, authors, and book rentals.
Python-fastApi
This is a simple FastAPI application that demonstrates basic CRUD (Create, Read, Update, Delete) operations with MongoDB as the database backend. It provides endpoints to manage student data including creating, reading, updating, and deleting student records.
Radiology-Information-System
A Radiology Information System (RIS) is a specialized software solution designed to manage medical imagery and associated data within a radiology department or facility.
WhatsApp-Clone
This is a simple chat application built using the MERN stack (MongoDB, Express.js, React.js, Node.js) and Socket.io for real-time communication.
Enhanced-Authentication-API
Backend API for an authentication system to include a new feature allowing users to set their profiles as public or private. Additionally, we implement functionality to allow admin users to view both public and private user profiles, while normal users can only access public profiles.
Health-Blog-Platform
A health blog platform where users can read and contribute articles on various health topics.
RestApi-Assign
This project is a simple implementation of a RESTful API for a hypothetical online restaurant service. It allows users to perform CRUD operations on products and place orders for those products.
Crud-Api
This project is a simple CRUD (Create, Read, Update, Delete) API built using Spring Boot. It allows users to manage a list of books with basic operations.
Assignment-portal
This project is a backend system for an assignment submission portal. The portal supports two types of users: Admins and Users.
stratex-backend-Assign
Develop a REST backend using Node.js, Express.js, and MongoDB that supports user (buyer) and seller functionalities. Sellers can manage books via CSV upload from their local machine, while users can view books.
Sudoku_Solver
Play the popular puzzle game sudoku and visualize the solution using the backtracking algorithm.