Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anhnbt/social-network-backend


https://github.com/anhnbt/social-network-backend

mongodb nodejs yarn

Last synced: 8 days ago
JSON representation

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