This repo is server for edittube application.
- config
- database.js
- controllers
- review.js
- user.js
- video.js
- workspace.js
- middleware
- auth.js
- modaels
- user.js
- video.js
- workspace.js
- routes
- review.js
- user.js
- video.js
- workspace.js
- utils
- cloudinary.js
- helper.js
- OAuth2.js
- youtube.js
- index.js (Entry File)
- repo config files (README.md, package.json etc).
- Name file meaningful. If contains multiple files related to one thing then move it to Folder and use index.js as an entry file.
- Use only "npm" as package manager to set up repo localy.