Projects with this topic
-
Neela Library Management Server with Express, TypeScript & MongoDB
Live Link: https://neela-lms-server.vercel.app
Updated -
Neela Library Management API with Express, TypeScript & MongoDB
Updated -
Java / NodeJS / Typescript project. Database REST Interfaces Generator is a microservice-oriented ExpressJS server generator based on OpenAPI definitions using Knex/Objective integration to allow complex and flexible DB persistence and querying over supported database vendors of choice
Updated -
NodeJS / TypeScript project. This is the CLI and REST frontend of DRAIG: Database REST Interactive Generator, a microservice-oriented ExpressJS server generator based on OpenAPI definitions using Knex/Objective integration.
Updated -
In this application, I've implemented two dedicated REST API endpoints (both using the POST HTTP method) to manage post interactions:
One endpoint handles liking a post, which increments the post's like count in the MongoDB database. The other endpoint manages unliking a post, decrementing the like count in MongoDB. Both operations provide immediate feedback to the client through clear response messages, ensuring the user is informed of the action's success or status. The changes in like/unlike counts are persistently stored in the database.Updated -
A sample Express project using TypeScript, Babel and Jest.
Updated -
Concise REST Express API Maker Extension library for ExpressJS that allows easier and semi-declarative creation of REST APIs.
Updated -
A simple project to explore basic pipeline working process and automated test configuration. The aim is to built a three-stage pipeline : Build, Lint and Test. 'Test' stage is compound of two distincts job such as unit-test annd integration-test.
Updated -
-
-
Backend server for an AR indoor navigation to handle statistics and other stuff.
Updated -
Polycount est un projet étudiant visant à reproduire l'application Tricount.
Updated -
Boilerplate project of blockchain with NodeJS, Express and GTS
Updated -
NodeJS pseudo-framework to run multiple small apps in the same nodejs instance, saving resources. Good for small backends/backoffices or small apps. Uses npm funql-api library.
Updated -