goktugcy /
hono-boilerplate
This project is a backend boilerplate built using the Hono framework. Cloudfare Workers are used to host the backend. It includes integration with Supabase and handles user authentication and authorization.
67/100 healthLoading repository data…
nasrin-a-mahin / repository
This project is a Node.js and TypeScript-based REST API built using Express, MongoDB, and JWT authentication. It provides secure CRUD operations for users, products, and students with validation, rate limiting, and environment configuration.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is a Node.js and TypeScript-based REST API built using Express, MongoDB, and JWT authentication. It provides secure CRUD operations for users, products, and students with validation, rate limiting, and environment configuration.
A scalable and production-ready REST API built with Node.js, TypeScript, and Express. This project follows a modular architecture with proper separation of concerns, including controllers, routes, middleware, validation, and database layers.
This API provides a robust backend foundation with authentication, validation, and security best practices. It is designed for maintainability, scalability, and real-world application development.
src/
│
├── config/ # Database and environment configuration
├── controllers/ # Business logic
├── interfaces/ # TypeScript interfaces
├── middleware/ # Custom middleware (auth, error, rate limiter)
├── models/ # Mongoose schemas
├── routes/ # API route definitions
├── validation/ # Joi validation schemas
└── server.ts # Entry point
Clone the repository:
git clone https://github.com/nasrin-a-mahin/Node-Rest-Api-Typescript.git
cd Node-Rest-Api-Typescript
Install dependencies:
npm install
Create a .env file in the root directory:
PORT=5000
MONGO_URI=your_mongodb_connection_string
JWT_SECRET=your_secret_key
NODE_ENV=development
npm run dev
npm run build
Selected from shared topics, language and repository description—not editorial ratings.
goktugcy /
This project is a backend boilerplate built using the Hono framework. Cloudfare Workers are used to host the backend. It includes integration with Supabase and handles user authentication and authorization.
67/100 healthadityasurya4103 /
This project is an API designed to seamlessly fetch data from an Excel sheet and store it in a MySQL database. It comprises a robust backend implemented in Java Spring Boot and a dynamic frontend built with Angular. the system incorporates JSON Web Tokens (JWT) for secure authentication, ensuring that only authorized administrator
28/100 healthnpm start
Register
POST /api/auth/register
Login
POST /api/auth/login
POST /api/auth/register
Content-Type: application/json
{
"username": "testuser",
"email": "test@gmail.com",
"password": "Test@123"
}
This project is licensed under the MIT License.
abhiram-ar /
This repository contains the backend code for the AIcademy project. The backend is responsible for handling AI preprocessing, video and audio processing, authentication, and more.
40/100 healthOmerAlfiel /
This project is a real-time chat application built using the NestJS framework, TypeScript, and WebSockets. It leverages PostgreSQL for data storage and TypeORM for database interactions. The application includes user authentication, allowing users to register and log in, and supports real-time messaging between connected clients.
45/100 healthmacespinoza /
Production-ready frontend with Google login, built using Next.js and integrated with a Cloud Run. This project is part of the GCP AI Agent Starter Kit workshop and provides a clean, customizable interface to connect conversational agents to intelligent backend services. Ideal for developers looking for a practical, reusable starting point
42/100 healthMJ9601 /
This web app is fullstack e-commerce website that backend section is supported using express server with graphql and Apollo server technologies and frontend is supported using Next framework. The project is written in Typescript.
41/100 health