-
Updated
Apr 7, 2022 - TypeScript
#
inversifyjs
Here are 106 public repositories matching this topic...
A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
Simple React Social Network
react
redux
social
boilerplate
firebase
typescript
redux-saga
create-react-app
async
responsive
social-network
material-ui
react-redux
redux-thunk
immutablejs
ioc-container
inversifyjs
react-router-v4
redux-immutable
redux-sagas
-
Updated
Jan 5, 2021 - TypeScript
Advanced testing with vuejs. When you need to go beyond Getting started section and see some real world example with everything that proper tests should have.
testing
unit-testing
vuejs
vue
integration-testing
vuex
vue-components
axios
vue2
vue-router
inversifyjs
vue-property-decorator
pageobject-pattern
inversifyjs-examples
vue-testing
vue-unit-tests
vue-test
vuex-class
axios-mock-adapter
-
Updated
Mar 16, 2022 - JavaScript
The official express + inversify+ inversify-express-utils examples
-
Updated
Apr 3, 2021 - TypeScript
Clean Architecture for node.js projects (Typescript + Express + TypeORM + Typedi)
nodejs
mysql
boilerplate
express
node
typescript
orm
mongodb
dependency-injection
inversion-of-control
typeorm
inversifyjs
injection-container
hacktoberfest
dependency-injection-container
typedi
posgresql
-
Updated
Apr 7, 2022 - TypeScript
Rest API framework built on top of expressjs powered by Typescript.
-
Updated
Mar 19, 2021 - TypeScript
Generate and serve swagger.json
nodejs
javascript
documentation
json
express
typescript
rest
rest-api
swagger
inversify
inversifyjs
express-js
swagger2
-
Updated
Mar 29, 2022 - TypeScript
Internet speed & offline status monitor. Upload, download, ping, latency dashboard display
-
Updated
May 19, 2021 - TypeScript
Highly testable dead simple web server written in Typescript 🚀
-
Updated
Aug 7, 2020 - TypeScript
This provides a sample code using vue.js running on ASP.NET Core
vuejs
typescript
ocr
dependency-injection
geolocation
vue-cli
ioc-container
asp-net-core
inversifyjs
cognitive-services
getusermedia
-
Updated
Mar 30, 2017 - JavaScript
IoC and DI for Vue powered by InversifyJS and inspired by Angular Module syntactic sugar.
-
Updated
Feb 26, 2022 - TypeScript
Folder synchronization tool with a simple dashboard
typescript
rsync
watchman
file-sync
file-syncing
synchronizer
inversifyjs
watchman-processor
facebook-watchman
-
Updated
Nov 5, 2021 - TypeScript
search
bot
youtube
google
telegram
telegram-bot
youtube-api
telegraf
google-api
search-interface
inversifyjs
telegram-bots
-
Updated
Feb 11, 2022 - TypeScript
Some helpers for the development of InversifyJS applications with VanillaJS or Babel
-
Updated
May 25, 2020 - TypeScript
Svelte Vue React-Hooks Vite Webpack Koa Inversify Rpc Express etc in mini-version
-
Updated
Feb 18, 2022 - TypeScript
-
Updated
Mar 31, 2022 - TypeScript
NodeJS Typescript, Angular, Bolierplate, DI, GenericRepository, Inversifyjs, Inversifyjs-express-utils, tailwindcss, ng-zorro...
nodejs
ioc
boilerplate
typescript
dependency-injection
inversifyjs
generic-repository
ng-zorro
tailwindcss
typeo
-
Updated
May 3, 2021 - TypeScript
A rich-text editor using Prosemirror with React
-
Updated
Mar 28, 2022 - JavaScript
Telar Social Network using Reactjs
react
redux
javascript
social
ioc
social-media
typescript
redux-saga
create-react-app
social-network
reactjs
material-ui
dispatch
inversifyjs
tsx
javascript-apps
-
Updated
Apr 9, 2022 - TypeScript
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
Hacktoberfest
Open
Refactor test files
Open
Readme Documentation
2
A basic logger middleware for InversifyJS
nodejs
express
dependency-injection
logging
logger-middleware
inversifyjs
inversifyjs-middleware
inversifyjs-devtools
-
Updated
Mar 14, 2022 - TypeScript
Telephone-ts: The "Event Emitter-less" TypeScript Event Architecture.
events
typescript
dependency-injection
message-bus
eventbus
message
message-queue
inversion-of-control
event-emitter
oop-principles
inversifyjs
telephone
autowiring
-
Updated
Aug 10, 2021 - TypeScript
Basic model for implementation of microservices in TypeScript following principles of hexagonal and clean architecture proposed by Robert C. Martin.
nodejs
typescript
mocha
mongodb
microservice
rabbitmq
architecture
swagger
clean-architecture
inversifyjs
hexagonal-architecture
instanbul
-
Updated
Nov 13, 2018 - TypeScript
dopecodez
commented
Sep 22, 2021
On checking npm, i find that this library still has around 140 downloads/week.
We were using ava for testing, but i think moving to jest will help with the overall useability of our code. This ticket is about moving the tests within the templates from ava
to jest
.
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
Build dependency-inverted GraphQL schemas with https://github.com/inversify/InversifyJS
graphql
apollo
dependency-injection
graphql-server
inversify
inversifyjs
hacktoberfest
apollo-server
apollo-server-express
-
Updated
Apr 20, 2021 - TypeScript
Provides a dependency injection system for React.
-
Updated
Feb 26, 2022 - TypeScript
Boilerplate of ExpressJS and other popular toolkits (e.g. Mongoose, Passport.js, NodeMailer) developed in TypeScript.
nodejs
javascript
boilerplate
express
typescript
mongodb
mongoose
swagger
expressjs
swagger-ui
passportjs
inversifyjs
nodemailer
passport-local
passport-facebook
inversify-express
inversifyjs-express
-
Updated
Jul 26, 2021 - TypeScript
Yet another dependency injection system for Go inspired by InversifyJS
go
golang
ioc
dependency-manager
dependency-injection
inversion-of-control
ioc-container
inversifyjs
dependency
-
Updated
Jun 12, 2019 - Go
nodejs
javascript
documentation
json
express
typescript
rest
rest-api
swagger
expressjs
inversify
swagger-ui
inversifyjs
swagger2
-
Updated
Mar 17, 2022 - TypeScript
Improve this page
Add a description, image, and links to the inversifyjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the inversifyjs topic, visit your repo's landing page and select "manage topics."
Return a standard response to client in all controllers. All response could inherit from a
BaseResponse
class that have useful properties which will be used as a standard for returning responses to client.