This is a personal project that includes:
Frontend Stack https://github.com/germanynick/doly-web
- ReactJS (CRA)
- React Hooks (react-use)
- Typescript
- Less && Antd (UI Components)
- Craco (Create React App Configuration Override)
- i18next (localization & internalization)
- Storybook
- ...
- NextJS, Gatsby
- Recoil
- GraphQL
- styled-components, styled-system
- Redux, redux-observable, redux-saga, redux-thunk
- Mobx
Backend Stack https://github.com/germanynick/doly-services
- NestJs (Nodejs Framework)
- Typescript
- Typeorm (Database ORM & Migration)
- Passport (JWT Authentication - Support Zalo Login)
- Transporter (NATS, KAFKA.... Support Event Driven Architecture)
- Activity Methodology
- Caching
- Logger
- Task Scheduler (Background Jobs)
- ...
- MoleculerJS (official-link)
- MongoDB, Mongoose
- Apollo Server
- ...
- Docker
- Docker Compose (Local Deployment)
- Kubernetes
- CI/CD
- ...
⚠️ If you want to access all system, please run bold backend & frontend!: Otherwise, you just only access public features.
- ⚡ Support Enterprise Application
- ⚡ Clear code structure
- ⚡ Maintainable & Readable & Performace
- ⚡ ....
A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
Nest framework TypeScript starter repository.
$ yarn
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.