We build your next generation software !
Built with
A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
This repository is for illustrating our blog article that can be found here: A simplified CQRS model with NestJS (I am sorry the article is in french)
$ yarn install
$ docker stack deploy switchit --compose-file=./docker-compose.yml
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
Once started you can browse to http://localhost:3000/graphql to open the GraphQL PlayGround given with the application.
You can register a user using:
$ curl -d '{"email":"contact@switchit-conseil.com", "password":"changeme"}' -H "Content-Type: application/json" -X POST http://localhost:3000/users
This is an MIT-licensed open source project. It is for demonstration only for the purpose of our blog article.
- Author - SWITCH IT - CONSULTING
- Website - https://switchit-conseil.com
This project is MIT licensed.