Community - vanilla
├─ .DS_Store
├─ be
│ ├─ README.md
│ ├─ app.js
│ ├─ package-lock.json
│ ├─ package.json
│ └─ server
│ ├─ controllers
│ │ ├─ postsController.js
│ │ └─ userController.js
│ ├─ data
│ │ ├─ posts.json
│ │ └─ users.json
│ ├─ db.js
│ ├─ middlewares
│ │ ├─ multer.js
│ │ └─ uploads
│ │ ├─ postImage
│ │ │ ├─ 1733397121909-592687764-___________________________.jpg
│ │ │ ├─ 1733451319689-734263809-2024-11-28_1.54.59.png
│ │ │ └─ 1733879145184-377579336-picsart-4d651fad-4e23-45b4-84fe-53e06cade564.png
│ │ └─ profile
│ │ ├─ 1733156786425-660096654-2024-11-28_1.54.59.png
│ │ ├─ 1733796929056-97367432-___________________________.jpg
│ │ ├─ 1733879103486-926256893-picsart-2ca6dfec-656c-4c2c-a0fd-09da9bd9c730.png
│ │ └─ 1733919438682-703722591-picsart-2ca6dfec-656c-4c2c-a0fd-09da9bd9c730.png
│ ├─ models
│ │ ├─ postsModel.js
│ │ └─ userModel.js
│ └─ routers
│ ├─ postsRouter.js
│ └─ userRoutes.js
└─ fe
├─ .DS_Store
├─ .vscode
│ └─ launch.json
├─ Dockerfile
├─ Public
│ ├─ .DS_Store
│ ├─ CSS
│ │ ├─ common.css
│ │ ├─ modal.css
│ │ ├─ post_add.css
│ │ ├─ post_detail.css
│ │ ├─ post_list.css
│ │ ├─ post_modify.css
│ │ ├─ user_login.css
│ │ ├─ user_nickname_modify.css
│ │ ├─ user_password_modify.css
│ │ └─ user_regist.css
│ ├─ Html
│ │ ├─ .DS_Store
│ │ ├─ post
│ │ │ ├─ post_add.html
│ │ │ ├─ post_detail.html
│ │ │ ├─ post_list.html
│ │ │ └─ post_modify.html
│ │ ├─ user_login.html
│ │ ├─ user_nickname_modify.html
│ │ ├─ user_password_modify.html
│ │ └─ user_regist.html
│ ├─ images
│ │ ├─ �profile_images
│ │ │ ├─ Microsoft-Fluentui-Emoji-Mono-Ant.512.png
│ │ │ ├─ comment-1-svgrepo-com.svg
│ │ │ └─ heart-svgrepo-com (1).svg
│ │ ├─ .DS_Store
│ │ └─ profile_img.webp
│ └─ js
│ ├─ logo.js
│ ├─ modal.js
│ ├─ post_add.js
│ ├─ post_detail.js
│ ├─ post_list.js
│ ├─ post_modify.js
│ ├─ user_login.js
│ ├─ user_nickname_modify.js
│ ├─ user_password_modify.js
│ └─ user_regist.js
├─ README.md
├─ app.js
├─ package-lock.json
└─ package.json
-
Notifications
You must be signed in to change notification settings - Fork 0
100-hours-a-week/2-stock-min-community-be
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published