Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyendacthienngan authored Jan 4, 2022
1 parent ed5037a commit 7049d91
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,50 @@ A whole MEVN stack web application:
- Express.js
- VueJS
- Node.js

Our front-end repository: https://github.com/nguyendacthienngan/WatchOutWeb

Installation steps:

npm install

Project Structure:

├── controllers
│ │ audio-recoginition.controller.js
│ │ comments.controller.js
│ │ likes.controller.js
│ │ new-videos.controller.js
│ │ socket.controller.js
│ │ users.controller.js
│ │ video-info.controller.js
│ │ videos.controller.js
├── middlewares
│ │ verifyToken.middleware.js
├── models
│ │ account.js
│ │ comment.js
│ │ index.js
│ │ like.js
│ │ user.js
│ │ video.js
├── routes
│ │ auth.route.js
│ │ comments.route.js
│ │ index.route.js
│ │ likes.route.js
│ │ users.route.js
│ │ videos.route.js
├── utils
│ │ api-routes.js
│ │ aws-s3-handlers.js
│ │ http-status.js
│ │ image-handlers.js
│ │ ideos-handlers.js
├── validations
│ │ auth.js
.gitignore
README.md
app.js
package-lock.json
package.json

0 comments on commit 7049d91

Please sign in to comment.