All Projects → Tony133 → nestjs-api-mongoose

Tony133 / nestjs-api-mongoose

Licence: MIT license
Collection example apps with NestJS and Typeorm, Sequelize, Mongodb, PostgreSQL, MySQL, GraphQL, Mercurius, etc. for the NestJS community 😻

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to nestjs-api-mongoose

kanban-project-management
Web Application to manage software development projects.
Stars: ✭ 39 (-74.51%)
Mutual labels:  mongoose, nestjs, nestjs-backend, nestjs-mongoose
ack-nestjs-mongoose
NestJs Boilerplate. Authentication (OAuth2), Mongoose, MongoDB , Configuration, Multi Languages (i18n), etc. Advance Example 🥶. NestJs v8 🥳🎉. Production Ready 🚀🔥
Stars: ✭ 81 (-47.06%)
Mutual labels:  mongoose, nestjs, nestjs-backend, nestjs-mongoose
prime-nestjs
A production-ready NestJS boilerplate using Typescript, Postgres, TypeORM, and Docker.
Stars: ✭ 140 (-8.5%)
Mutual labels:  typeorm, nestjs, nestjs-backend
nest-admin
NestJs CRUD for RESTful API使用 nestjs + mysql + typeorm + redis + jwt + swagger 企业中后台管理系统项目RBAC权限管理(细粒度到按钮)、实现单点登录等。
Stars: ✭ 165 (+7.84%)
Mutual labels:  typeorm, nestjs, nestjs-backend
dhiwise-nodejs
DhiWise Node.js API generator allows you to instantly generate secure REST APIs. Just supply your database schema to DhiWise, and a fully documented CRUD APIs will be ready for consumption in a few simple clicks. The generated code is clean, scalable, and customizable.
Stars: ✭ 224 (+46.41%)
Mutual labels:  mongoose, sequelize, api-rest
truthy
Open source headless CMS API written using NestJS, that has pre built modules like User Management, Role Management, Permission Management, Email Module, Account Settings, OTP, Throttling, RBAC support, Localization, and many more.
Stars: ✭ 200 (+30.72%)
Mutual labels:  api-rest, nestjs, nestjs-backend
Nest User Auth
A starter build for a back end which implements managing users with MongoDB, Mongoose, NestJS, Passport-JWT, and GraphQL.
Stars: ✭ 145 (-5.23%)
Mutual labels:  mongo, mongoose, nestjs
nestjs-rest-sample
NestJS RESTful APIs Sample
Stars: ✭ 204 (+33.33%)
Mutual labels:  mongoose, nestjs, nestjs-mongoose
serverless-nestjs-typeorm
Example how to nestjs using the serverless framework with TypeORM
Stars: ✭ 99 (-35.29%)
Mutual labels:  typeorm, nestjs, nestjs-backend
opentelemetry-ext-js
js extensions for the open-telemetry project
Stars: ✭ 122 (-20.26%)
Mutual labels:  mongoose, sequelize, typeorm
ng-nest-cnode
Angular 10 Front-End and Nestjs 7 framework Back-End build Fullstack CNode
Stars: ✭ 17 (-88.89%)
Mutual labels:  mongoose, typeorm, nestjs
server-next
😎 The next generation of RESTful API service and more for Mix Space, powered by @nestjs.
Stars: ✭ 43 (-71.9%)
Mutual labels:  mongo, mongoose, nestjs
Nestjs Query
Easy CRUD for GraphQL.
Stars: ✭ 325 (+112.42%)
Mutual labels:  mongoose, sequelize, nestjs
MyAPI
A template to create awesome APIs easily ⚡️
Stars: ✭ 117 (-23.53%)
Mutual labels:  typeorm, nestjs, nestjs-backend
authentication boilerplate
A Node based Boilerplate for register, login, request password reset password. Using Sengrid to send emails
Stars: ✭ 19 (-87.58%)
Mutual labels:  mongo, mongoose
node-express-mongo-passport-jwt-typescript
A Node.js back end web application with REST API, user JWT authentication and MongoDB data storage using TypeScript
Stars: ✭ 51 (-66.67%)
Mutual labels:  mongo, mongoose
Appkernel
API development made easy: a smart Python 3 API framework
Stars: ✭ 152 (-0.65%)
Mutual labels:  mongo, api-rest
react-full-stack-starter
🎈Full-stack React boilerplate using `create-react-app`, Babel, Node.js, and express
Stars: ✭ 22 (-85.62%)
Mutual labels:  mongo, mongoose
mongoose-auto-increment-reworked
An auto-incrementing field generator for Mongoose 4 & 5
Stars: ✭ 17 (-88.89%)
Mutual labels:  mongo, mongoose
nest-angular
Full-stack with nest js & angular 8
Stars: ✭ 32 (-79.08%)
Mutual labels:  mongo, nestjs

Nest Logo

nestjs-collections-apps

Collection example apps with NestJS and Typeorm, Sequelize, Mongodb, PostgreSQL, GraphQL, Mercurius, etc. for the NestJS community 😻

Install workspace

$ pnpm install

Running a sample app

$ npx nx serve [name-app] # for example: npx nx serve nestjs-api-mongoose

or

$ nx serve [name-app] # for example: npx nx serve nestjs-api-mongoose

Running all unit tests

 $  npx nx affected:test 

or

 $  nx affected:test 

Running all end-to-end tests

 $  npx nx affected:e2e 

or

 $  nx affected:e2e 

Generate an application

Run npx nx g @nrwl/nest:app my-app to generate an application.

You can use any of the plugins above to generate applications as well.

When using Nx, you can create multiple applications and libraries in the same workspace.

Generate a library

Run npx nx g @nrwl/nest:lib my-lib to generate a library.

You can also use any of the plugins above to generate libraries as well.

Libraries are shareable across libraries and applications. They can be imported from @nestjs-collections-apps/mylib.

Development server

Run npx nx serve my-app for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Build

Run npx nx build my-app to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

License

MIT licensed

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].