-
gym-system-graphql Public
The Gym Management System is a modular web application designed to facilitate the management of gym operations, including user registration, membership management, trainer information, and class sc…
JavaScript UpdatedNov 1, 2024 -
express-mongo-graphql Public
is an educational project aimed at teaching how to integrate GraphQL with Express.js and MongoDB. It provides a hands-on example to help developers understand GraphQL queries, mutations, and API de…
JavaScript UpdatedNov 1, 2024 -
-
-
-
-
This example simulates a notification system where clients subscribe to real-time notifications. Notifications can be pushed to all connected clients when something significant happens.
JavaScript UpdatedSep 11, 2024 -
-
-
A backend application for managing students, courses, and user authentication using NestJS, TypeORM, and PostgreSQL.
TypeScript UpdatedAug 1, 2024 -
-
-
-
Simple Example about Nest Dependency Injection
TypeScript UpdatedMay 9, 2024 -
-
-
TODO-api-express-sequelize Public
A simple Express.js API for managing tasks with Sequelize ORM and MySQL database. This project provides CRUD operations for tasks, user authentication, and authorization features. The API utilizes …
JavaScript UpdatedFeb 1, 2024 -
express-sequelize-example Public
This repository contains a simple CRUD (Create, Read, Update, Delete) API built using Sequelize, Express.js, and MySQL. The API provides endpoints for managing products and users. It includes user …
JavaScript UpdatedFeb 1, 2024 -
-
node-CRUD_using_mysql2 Public
perform CRUD operations using the `mysql2` package in a Node.js application
JavaScript UpdatedSep 1, 2023 -
-
-
-
saraha-clone Public
saraha-clone project is a web application that provides user signup, login, and messaging functionality. It allows users to create an account, login with their credentials, send messages to other u…
JavaScript UpdatedJul 2, 2023 -
-
node-ecommerce-api Public
The "node-ecommerce-api" project is a backend API built with Node.js and Express.js for managing e-commerce operations. It offers endpoints for product management, category organization, order proc…
JavaScript UpdatedJun 24, 2023 -
starter-express-api Public
Forked from cyclic-software/starter-express-apiJavaScript UpdatedJun 22, 2023 -
-
real-time-socket.io Public
Description: This project is a simple chat application built using Socket.IO and ExpressJS. Users can connect to the server and send messages in real-time to all connected users. The project includ…
HTML UpdatedApr 29, 2023 -
This project is a task management web application that allows users to create, view, update, and delete tasks. It uses Express.js for the backend, MongoDB for the database, and JWT for authenticati…