Showing 24 open source projects for "mongoose"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 1
    Mongoose

    Mongoose

    Elegant mongodb object modeling for node.js

    Mongoose offers an uncomplicated schema-based solution, and comes with nifty features like type casting, validation, query building, and business logic hooks right out of the box. Mongoose also has a rich set of plugins made by the community and you can write your own to make Mongoose an even better solution for your needs.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    mongoose-paginate-v2

    mongoose-paginate-v2

    A custom pagination library for Mongoose with customizable labels

    mongoose-paginate-v2 is a pagination library having a page wrapper. The main usage of the plugin is you can alter the return value keys directly in the query itself so that you don't need any extra code for transformation. The initial idea of this plugin is loosely based on the mongoose-paginate package by github.com/edwardhotchkiss/. So this can be considered as an upgraded version of mongoose-paginate with many more options.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    graceful

    graceful

    Gracefully exit HTTP servers (Express/Koa/Fastify/etc), databases

    Gracefully exit HTTP servers (Express/Koa/Fastify/etc), databases (Mongo/Mongoose), Redis clients, Bree job schedulers, and custom handlers. See the Express, Koa, Fastify, or Other code snippet examples and Instance Options. You can pass Instance Options to customize your graceful handler (e.g. if you have more than one server, or wish to close both a Redis connection and a server at the same time).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    koa-better-error-handler

    koa-better-error-handler

    A better error-handler for Lad and Koa. Makes `ctx.throw` awesome

    Lad is the best Node.js framework. Made by a former Express TC and Koa team member. A better error-handler for Lad and Koa. Makes ctx.throw awesome (best used with koa-404-handler) Detects common programmer mistakes by detecting errors of TypeError, SyntaxError, ReferenceError, RangeError, URIError, and EvalError and yields generic "Internal Server Error" (only applies to production mode).
    Downloads: 4 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5
    node-rate-limiter-flexible

    node-rate-limiter-flexible

    Count and limit requests by key with atomic increments

    ...Whenever your application grows, it is ready. Prepare your limiters in minutes. No matter which node package you prefer: redis or ioredis, sequelize/typeorm or knex, memcached, native driver or mongoose. It works with all of them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    egg-mongoose
    Egg Mongoose is a plugin for integrating Mongoose with the Egg.js framework, enabling MongoDB connectivity and schema management in Egg.js applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    rest-hapi

    rest-hapi

    A RESTful API generator for Node.js

    Customize endpoints with configuration-based features and hapi plugins. Relational structure built into NoSQL documents based on mongoose schemas. Less time with boilerplate functionality and more time building awesome APIs! rest-hapi uses mongoose schemas to generate CRUD and association REST API endpoints on a hapi server. Think LoopBack but for hapi. We love the hapi framework and its style of modularity and configuration over code. We also love writing DRY code and leveraging tools that help go from idea to MVP as quickly as possible. rest-hapi aims to achieve this as an easy-to-use hapi plugin. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Next.js MongoDB

    Next.js MongoDB

    A Next.js and MongoDB web application, designed with simplicity

    Next.js MongoDB App is a boilerplate for building full-stack applications with Next.js and MongoDB. It provides authentication, database integration, and a structured project setup.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Lad

    Lad

    Lad is the best Node.js framework

    ...Koa-based web app and API servers. Pagination built-in (using ctx-paginate). RESTful API with BasicAuth and versioning. Automated job scheduler with cron and human-readable syntax (backed by Mongoose and Bree). Passport-based authentication and group-based (Unix-like) permissioning. Stripe-inspired error handling. Mongoose and MongoDB with common database plugins. Email template engine with Nodemailer and local rendering. The proxy eliminates the need for Nginx reverse-proxy or Apache virtual hosts. Multilingual through built-in i18n translation support (see configuration).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Rent Manager Software Icon
    Rent Manager Software

    Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.

    Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
    Learn More
  • 10
    Mockingoose

    Mockingoose

    A Jest package for mocking mongoose models

    Mockingoose is a mocking library for Mongoose, allowing developers to test Mongoose models by creating mock data and behavior.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    foodOrdering

    foodOrdering

    Food-ordering backend-service with nodejs

    This the backend project for a food ordering platform without the implementation of the payment system. This a NodeJS project built with this helping hands ExpressJS, Mongoose, Bcrypt, JSONwebtoken, Dotenv, Body-Parser, and Nodemon for development. There is postman file with this project foodOrdering.postman_collection.json that would help during testing. Also, you can quickly create test users with the createUser.js file by uncommenting the last line in app.js file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RESTful API Node Server Boilerplate

    RESTful API Node Server Boilerplate

    A boilerplate for building production-ready RESTful APIs using Node.js

    A boilerplate/starter project for quickly building RESTful APIs using Node.js, Express, and Mongoose. By running a single command, you will get a production-ready Node.js app installed and fully configured on your machine. The app comes with many built-in features, such as authentication using JWT, request validation, unit and integration tests, continuous integration, docker support, API documentation, pagination, etc. The app has a utility ApiError class to which you can attach a response code and a message, and then throw it from anywhere (catchAsync will catch it). ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    KOACH

    KOACH

    Production ready Koa2 boilerplate.

    Production-ready boilerplate for building APIs with koa2 using Mongodb as the database and http/2 as the communication protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    KeystoneJS

    KeystoneJS

    Node.js CMS and web app framework

    KeystoneJS is an open source framework for developing database-driven websites, applications and APIs in Node.js. Built on Express and MongoDB. Keystone will configure express - the de facto web server for node.js - for you and connect to your MongoDB database using Mongoose, the leading ODM package. Keystone starts with best practices for setting up your MV* application, and makes it easy to manage your templates, views and routes. IDs, Strings, Booleans, Dates and Numbers are the building blocks of your database. Keystone builds on these with useful, real-world field types like name, email, password, address, image and relationship fields (and more). ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    rest

    rest

    REST API generator with Node.js, Express and Mongoose

    This generator facilitates the creation of RESTful APIs using Node.js, Express, and Mongoose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Express & mongoose REST API Boilerplate

    Express & mongoose REST API Boilerplate

    A boilerplate application for building RESTful APIs Microservice

    A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with code coverage and JsonWebToken Authentication. Helps you stay productive by following best practices. Follows Airbnb's Javascript style guide. JavaScript code linting is done using ESLint, a pluggable linter tool for identifying and reporting on patterns in JavaScript. Uses ESLint with eslint-config-Airbnb, which tries to follow the Airbnb JavaScript style guide.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Fawn

    Fawn

    Transactions for MongoDB

    Fawn provides the ability to carry out edits on a mongoDB database as a series of steps. If an error occurs on any of the steps, the database is returned to its initial state (its state before the transaction started). It's based on the two phase commit system described in the MongoDB docs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    REST API for Meditation+

    REST API for Meditation+

    REST API built with Node, Express, PassportJS, MongoDB, Mongoose

    REST API built with Node, Express, PassportJS, MongoDB, Mongoose and Socket.io. The server.conf.js file is expecting certain environment variables to be set within Node. The env.conf.js has functions to check whether the expected environment variables have been set up before proceeding to start up the rest of the server. It uses a file called config.json stored in the config directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The Angular Full-Stack Generator

    The Angular Full-Stack Generator

    Yeoman generator for an Angular app with an Express server

    Yeoman generator for creating MEAN/SEAN stack applications, using ES2017, MongoDB/SQL, Express, Angular, and Node, lets you quickly set up a project following best practices. Download and Install MongoDB, If you plan on scaffolding your project with mongoose, you'll need mongoDB to be installed and have the mongod process running.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    waterline

    waterline

    ORM for Node.js with support for mysql, mongo, postgres, mssql

    ...That means you write the same code to get and store things like users, whether they live in Redis, mySQL, LDAP, MongoDB, or Postgres. Waterline strives to inherit the best parts of ORMs like ActiveRecord, Hibernate, and Mongoose, but with a fresh perspective and emphasis on modularity, testability, and consistency across adapters. Sails comes installed with a powerful ORM/ODM called Waterline, a datastore-agnostic tool that dramatically simplifies interaction with one or more databases. It provides an abstraction layer on top of the underlying database, allowing you to easily query and manipulate your data without writing vendor-specific integration code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    chat.io

    chat.io

    A Real Time Chat Application built using Node.js, Express, Mongoose

    A Real-Time Chat Application built using Node.js, Express, Mongoose, Socket.io, Passport, & Redis. The configurations on production will be assigned from Environment Variables on Heroku, while the development configurations reside inside app/config/config.json file. You need to create a database on MongoLab, then create a database user, get the MongoDB URI, and assign it to dbURI. You need to register a new application on both Facebook and Twitter to get your tokens by which users can grant access to your application, and log in using their social accounts. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    koa-session-mongoose

    koa-session-mongoose

    Mongoose store for Koa sessions

    Mongoose storage layer for koa-session.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    yaSSL, or yet another SSL, is an embedded ssl library for programmers building security functionality into their applications and devices. yaSSL is highly portable, and runs on standard as well as embedded platforms(QNX, ThreadX, VxWorks, Tron) yaSSL is still available but no longer being developed. Current development on the same project continues under wolfSSL. Visit yaSSL Home above for the latest stable release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Mongoose is an ajax framework, which is coded by Javascript. Mongoose is faced to rich client development of web application. Mongoose supplies many features of ajax, from application infrastructure to visiual GUI components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next