https://github.com/eished/fullstack_notes
fullstack notes, Node.js, Vue.js, Koa, MongoDB, Redis, Webpack, Docker, React, Angular, AWS, Firebase, Python, grpc-web, protocol buffers 全栈笔记
https://github.com/eished/fullstack_notes
Last synced: 6 months ago
JSON representation
fullstack notes, Node.js, Vue.js, Koa, MongoDB, Redis, Webpack, Docker, React, Angular, AWS, Firebase, Python, grpc-web, protocol buffers 全栈笔记
- Host: GitHub
- URL: https://github.com/eished/fullstack_notes
- Owner: Eished
- Created: 2021-07-10T02:23:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-22T07:11:27.000Z (over 2 years ago)
- Last Synced: 2024-04-20T20:51:15.322Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 14.7 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 全栈项目学习笔记和代码
## [大前端-笔记](./大前端.md)
[正在迁移到 Nx:fullstack-nx](https://github.com/Eished/fullstack-nx)
| Project Name | Description |
| -------------------------------- | ----------- |
| Angular-begin | |
| Aws-Lambda-TypeScript | |
| DjangoWagtailStart | |
| firebase | |
| gulp-demo | |
| koa-demo | |
| nestjs-begin | |
| nextjs-blog | |
| Nextjs-GQL-Prisma-Auth0-Tailwind | |
| prisma-starter | |
| python-test | |
| react-begin | |
| react-demo | |
| React-Native-begin | |
| React-Native-demo | |
| react-serverless | |
| react-tailwind-chart-table | |
| react-ts-storybook | |
| socket-chat-app | |
| todo-angular2 | |
| vue-begin-demo | |
| web-push | |
| webpack-demo | |
## 一些好用的启动器
### TypeScript
https://github.com/ljlm0402/typescript-express-starter
Serverless + TypeScript
https://github.com/ixartz/Serverless-Boilerplate-Express-TypeScript
### JavaScript
https://github.com/hagopj13/node-express-boilerplate
4k star
- NoSQL database: MongoDB object data modeling using Mongoose
- Authentication and authorization: using passport
- Validation: request data validation using Joi
- CI: continuous integration with Travis CI
- Docker support
- Git hooks: with husky and lint-staged
https://github.com/Shyam-Chen/Express-Starter
400 star
- Object-document mapping with Mongoose.
- Software container with Docker.
- Continuous integration with CircleCI.
## 一些 ORM
https://github.com/prisma/prisma
https://github.com/mikro-orm/mikro-orm
https://github.com/sequelize/sequelize
https://github.com/typeorm/typeorm