All Projects → hantsy → nestjs-rest-sample

hantsy / nestjs-rest-sample

Licence: GPL-3.0 license
NestJS RESTful APIs Sample

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to nestjs-rest-sample

ng-nest-cnode
Angular 10 Front-End and Nestjs 7 framework Back-End build Fullstack CNode
Stars: ✭ 17 (-91.67%)
Mutual labels:  rxjs, mongoose, expressjs, nestjs
kanban-project-management
Web Application to manage software development projects.
Stars: ✭ 39 (-80.88%)
Mutual labels:  rxjs, mongoose, nestjs, nestjs-mongoose
server-next
😎 The next generation of RESTful API service and more for Mix Space, powered by @nestjs.
Stars: ✭ 43 (-78.92%)
Mutual labels:  mongoose, restful-api, nestjs
ack-nestjs-mongoose
NestJs Boilerplate. Authentication (OAuth2), Mongoose, MongoDB , Configuration, Multi Languages (i18n), etc. Advance Example 🥶. NestJs v8 🥳🎉. Production Ready 🚀🔥
Stars: ✭ 81 (-60.29%)
Mutual labels:  mongoose, nestjs, nestjs-mongoose
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (+306.37%)
Mutual labels:  mongoose, restful-api, nestjs
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 (+9.8%)
Mutual labels:  mongoose, expressjs, restful-api
express-typescript-mongoose-starter
A starter for Node JS, Express, Typescript, Mongoose application
Stars: ✭ 22 (-89.22%)
Mutual labels:  mongoose, expressjs, restful-api
Jianshu
仿简书nx+nodejs+nestjs6+express+mongodb+angular8+爬虫
Stars: ✭ 296 (+45.1%)
Mutual labels:  mongoose, restful-api, nestjs
NodeRestApi
Node.js, Express.js and MongoDB REST API App
Stars: ✭ 38 (-81.37%)
Mutual labels:  mongoose, expressjs, restful-api
Nestjs Mongoose Crud
Nest.js crud module for mongoose models without `nestjsx/crud`
Stars: ✭ 164 (-19.61%)
Mutual labels:  mongoose, restful-api, nestjs
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (-28.43%)
Mutual labels:  mongoose, expressjs, restful-api
Nest Mean
NestJS Tutorial Repository
Stars: ✭ 250 (+22.55%)
Mutual labels:  mongoose, expressjs, nestjs
docker-node-express-boilerplate
Boilerplate for quickly bootstrapping production-ready RESTful APIs / microservices
Stars: ✭ 113 (-44.61%)
Mutual labels:  mongoose, expressjs, restful-api
Books-Library-API
A starter template for building a restful API with nestjs, nodejs , expressjs , monogdb, mongoose
Stars: ✭ 21 (-89.71%)
Mutual labels:  mongoose, expressjs, nestjs
Nodejs Rest Api Project Structure Express
Nodejs project structure practices for building RESTful APIs using Express framework and MongoDB.
Stars: ✭ 134 (-34.31%)
Mutual labels:  mongoose, expressjs, restful-api
nestjs-api-mongoose
Collection example apps with NestJS and Typeorm, Sequelize, Mongodb, PostgreSQL, MySQL, GraphQL, Mercurius, etc. for the NestJS community 😻
Stars: ✭ 153 (-25%)
Mutual labels:  mongoose, nestjs, nestjs-mongoose
pothole detection
By using this app users can report the potholes on road by clicking a photo via our app and if a pothole is detected by Machine Learning modal then it is saved to our Database from where officials can view the specifics like location,reported by and official can resolve the request.User are notified by email for every update regarding their request
Stars: ✭ 17 (-91.67%)
Mutual labels:  mongoose, expressjs
nestjs-session
Idiomatic Session Module for NestJS. Built on top of `express-session` 😎
Stars: ✭ 150 (-26.47%)
Mutual labels:  expressjs, nestjs
MovieGo
A Website implemented using MERN (MongoDB, ExpressJS, ReactJS and NodeJS) stack, which allows users to sign-in/register and book movie tickets online.
Stars: ✭ 26 (-87.25%)
Mutual labels:  mongoose, expressjs
search-cities
No description or website provided.
Stars: ✭ 11 (-94.61%)
Mutual labels:  mongoose, expressjs

NestJS Sample

Compile and build Build Docker Image Run e2e testing codecov

A NestJS RESTful APIs sample project, including:

  • Restful APIs satisfies Richardson Maturity Model(Level 2)
  • Custom Mongoose integration module instead of @nestjs/mongoose
  • Passport/Jwt authentication with simple text secrets
  • Fully testing codes with Jest, jest-mock-extended, ts-mockito, @golevelup/ts-jest etc.
  • Github actions workflow for continuous testing, code coverage report, docker image building, etc.

Docs

Build

Install the dependencies.

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Reference

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].