Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 798 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 798 Bytes

edittube-server

This repo is server for edittube application.

Folder Structure

  • 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).

Note

  • 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.