- NodeJS
- MongoDB
- Express
- TypeScript
- Open terminal command windows: Ctrl + `
- npm init or yarn init
- git init
- git commit -m "Initial commit"
- git add *
- git config --global user.name "Nguyen Datt"
- git config --global user.email dattnguyen1512@gmail.com
- git remote add origin https://github.com/datnt1512/Node_API.git
- git remote show
- git push -u origin main