Projects

Event Planner Backend Application

Technologies - Nestjs (with fastify adapter), MongoDB, Aggregate pipelines in mongoDB, Razorpay Integration, Mailing templates

The idea was about to book the venue for the event, the venue can be booked for day or night with vary of prices depending on hall or lawn, after booking confirmation there was mail through payment system and after successfull payment the transaction document was created in database as record and a person can book only one venue per day not more than that, supporting for filter I developed API for registering the venue which was a challenging part in this application.

Go To GitHub

Chat Application

Technologies - Nextjs, Nodejs, Expressjs, MongoDB, Socket.io (client & server both), typescript

This is a chat application which allows to chat in peer-peer ways, the application starts with registering the user and selection of there avatar at time of registration, after this user enter in chatting screen and user can chat seamlessly with anyone due to socket implementation along with it there was logout/login options as well.

Go To GitHub

News Application

Technologies - Angularjs, Nodejs, Expressjs, MongoDB, typescript

This news application uses the newsapi for the data gathering and after fetching the data it simply renders the data in card format and data was distributed in 7 categories of news for eg Politics, Education etc which was presented in navigation of angular application, this application includes the login/logout functionality.

Go To GitHub

Blog Application

Technologies - Nextjs, Strapi, typescript

This blog application was developed with nextjs and strapi as CMS tool, the application has functionality like pagination of blogs, uploading of media and the basic signup/login was handled by the strapi itself.

Go To GitHub

Ecommerce-Backend Application

Technologies - Nodejs, Expressjs, Mongodb

A project developed out of Nodejs which implements all the functionality required by the ecommerce application such as login/signup, product registration with respect to categories, cart section, order section and a role based access was also implemented which restrict the access to user types.

Go To GitHub

AmritMohatsav Hackerthon Backend-Application

Technologies - Nodejs, Expressjs, Mongodb, AWS EC2

The problem statement of hackerthon is, Blind students need writers for every examination. Sometimes it happens that they may not find out proper writer for the exams and face difficulties. To resolve this, it is required to develop mobile application which connects interested writers and students. If required mobile application may be prepared as voice command-based operation. Interested writers can register themselves and connect with the students. So I have developed REST API's for registering both of the users, blind students as well as writers & then I handled the request posting for writer by the blind students along with it developed a proper system for booking a writer & alloted to a particular student to it.

Go To GitHub