Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anhnbt/social-network-backend
https://github.com/anhnbt/social-network-backend
mongodb nodejs yarn
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anhnbt/social-network-backend
- Owner: anhnbt
- Created: 2022-01-27T16:24:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T16:31:29.000Z (almost 3 years ago)
- Last Synced: 2024-11-11T09:12:24.369Z (2 months ago)
- Topics: mongodb, nodejs, yarn
- Language: TypeScript
- Homepage:
- Size: 412 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social network for TEDU Community
## Technologies stack
- NodeJS
- MongoDB
- Express
- TypeScript## Command remembers
### Lession 9
- Open terminal command windows: Ctrl + `
- npm init or yarn init
- git init
- git commit -m "Initial commit"
- git add \*
- git config --global user.name "Your Name"
- git config --global user.email "Your Email"
- git remote add origin https://github.com/teduinternational/tedu_social.git
- git push -u origin master### ESLINT
yarn add eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin -D
"husky": {
"hooks": {
"pre-commit": "yarn lint"
}
},
### Lession 10- tsc --init
### Reference
- http://expressjs.com/en/resources/middleware/morgan.html
- https://www.typescriptlang.org/tsconfig
- https://github.com/winstonjs/winston
- https://www.npmjs.com/package/bcryptjs
- https://www.npmjs.com/package/class-validator