All Projects → inversify → Inversify Express Example

inversify / Inversify Express Example

Licence: mit
The official express + inversify+ inversify-express-utils examples

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Inversify Express Example

Inversify Express Utils
Some utilities for the development of Express application with InversifyJS
Stars: ✭ 454 (+116.19%)
Mutual labels:  express, dependency-injection, inversion-of-control
Mean
The MEAN stack uses Mongo, Express, Angular(6) and Node for simple and scalable fullstack js applications
Stars: ✭ 12,125 (+5673.81%)
Mutual labels:  mongodb, express
Saas
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
Stars: ✭ 2,720 (+1195.24%)
Mutual labels:  mongodb, express
Mern
🌐 MERN stack 2.0 - MongoDB, Express, React/Redux, Node
Stars: ✭ 175 (-16.67%)
Mutual labels:  mongodb, express
Qframework
Unity3D System Design Architecture
Stars: ✭ 2,326 (+1007.62%)
Mutual labels:  dependency-injection, inversion-of-control
Ecommerce Site Template
A beautiful e-commerce template powered by React, Redux and other modern web tech.
Stars: ✭ 167 (-20.48%)
Mutual labels:  mongodb, express
Typedi
Simple yet powerful dependency injection tool for JavaScript and TypeScript.
Stars: ✭ 2,832 (+1248.57%)
Mutual labels:  dependency-injection, inversion-of-control
Chat
Stars: ✭ 155 (-26.19%)
Mutual labels:  mongodb, express
Mevn Stack
A Quickstart for building an Express API with a VueJS Admin Portal
Stars: ✭ 178 (-15.24%)
Mutual labels:  mongodb, express
Node.js
一步一步学习Node.js,带你从零开始学习Node.js!本仓库是自己总结的Node.js学习图文教程,里面有学习案列和源代码(pubdreamcc原创,欢迎转载,欢迎star)
Stars: ✭ 181 (-13.81%)
Mutual labels:  mongodb, express
Express React Redux Starter
Starter for Express, React, Redux, SCSS applications
Stars: ✭ 207 (-1.43%)
Mutual labels:  mongodb, express
Multer Gridfs Storage
🍃 GridFS storage engine for Multer to store uploaded files directly to MongoDb
Stars: ✭ 162 (-22.86%)
Mutual labels:  mongodb, express
Frisky
🍿 Open Source GraphQL API for Online Shows
Stars: ✭ 161 (-23.33%)
Mutual labels:  mongodb, express
Api.xiaoduyu.com
🐟小度鱼 - 年轻人的交流社区 https://www.xiaoduyu.com
Stars: ✭ 168 (-20%)
Mutual labels:  mongodb, express
Typescript Mern Starter
Build a real fullstack app (backend+website+mobile) in 100% Typescript
Stars: ✭ 154 (-26.67%)
Mutual labels:  mongodb, express
Ioc
🦄 lightweight (<1kb) inversion of control javascript library for dependency injection written in typescript
Stars: ✭ 171 (-18.57%)
Mutual labels:  dependency-injection, inversion-of-control
Node Rem
Node REM - NodeJS Rest Express MongoDB and more: typescript, passport, JWT, socket.io, HTTPS, HTTP2, async/await, nodemailer, templates, pagination, docker, etc. Live Demo: https://node-rem-ngduc.vercel.app
Stars: ✭ 192 (-8.57%)
Mutual labels:  mongodb, express
Next Graphql Blog
🖊 A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
Stars: ✭ 152 (-27.62%)
Mutual labels:  mongodb, express
Youtubemeetupappreactnativenode
Repos of my youtube tutorial where we build a Meetup app with React-Native and Node
Stars: ✭ 153 (-27.14%)
Mutual labels:  mongodb, express
Intro To Graphql
[Course] Introduction to GraphQL
Stars: ✭ 175 (-16.67%)
Mutual labels:  mongodb, express

inversify-express-example

Travis Dependencies img img

The official express + inversify + inversify-express-utils example

Use examples

First of all run npm install

You can start a example by using ts-node

$ npm install -g ts-node
$ ts-node <example>/bootstrap

This will start up the server and you can use the example

If you want to run the unit tests, simply use npm test <example>/**/*.spec.ts

To run alle tests simply run npm run test:all

Currently available examples

Name Description
Basic A really basic example. Nothing to fancy.
MongoDB Similar to the basic example. This time with MongoDB and some middleware. For detailed information see the readme in the folder.
BindingDecorators Similar to the basic example. This time with inversify-binding-decorators.
MiddlewareInjection A small example that shows how to inject middleware into controllers.
PostgresAndTypeORM A small example that shows how to integrate inversify-express-utils with TypeORM.
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].