hg-jang / my-favorite-is-back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-favorite-is-back

좋아하는 연예인의 사진/움짤을 올려 공유할 수 있는 사이트입니다.

stacks

         

contributors

  1. 이동주, routes/user.js => https://github.com/DZOOOOO
  2. 장현광, routes/post.js => https://github.com/Hyeon-Gwang
  3. 황성원, routes/posts.js => https://github.com/Magiof

directory

root
└ config
  └ config.js
└ middlewares
  └ auth-middleware.js
└ migrations
└ models
  └ index.js
  └ post.js
  └ tag.js
  └ user.js
└ routes
  └ post.js
  └ posts.js
  └ user.js
└ seeders
└ .gitignore
└ app.js
└ package-lock.json
└ package.json

contents

  1. auth using JWT
  2. local image upload with multer / aws s3 image upload with multerS3
  3. writing post with title, image, tags
  4. like(좋아요) post
  5. getting whole posts, liked posts, posts with specific tag
  6. searching posts with keyword
  7. deploy using aws ec2

usage

1. npm install
2. create .env
3. 2 ways for image upload => local upload & aws s3 upload => check out in routes/post.js => select one
4. development: npm run dev
5. production: npm run start(using pm2)

outlook

1

1

check the front-end codes

https://github.com/sws1552/react_mini_project

About


Languages

Language:JavaScript 100.0%