/velog_back

team #3 velog clone coding proj

Primary LanguageJavaScript

[ CLONE CODING PROJ ; VELOG ]

image

Table of contents

General info

About site

A simplified velog site.

main function below

  1. login, sign-up
  2. post new article
  3. view articles
  4. leave a comment on an article

notion info

https://pattern-beluga-3d8.notion.site/2-Velog-eb1edb64b30c4565adf5b9901d0ffc6a

demonstration on youtube

https://youtu.be/azdj9lhkELk

db diagram

image

Technologies

Project is created with:

  • node.js
  • react
  • mySql
  • dependencies
"dependencies": {
    "append-field": "^2.0.0",
    "bcrypt": "^5.0.1",
    "cors": "^2.8.5",
    "cross-env": "^7.0.3",
    "dotenv": "^16.0.0",
    "express": "^4.17.3",
    "joi": "^17.6.0",
    "jsonwebtoken": "^8.5.1",
    "moment": "^2.29.1",
    "multer": "^1.4.4",
    "mysql2": "^2.3.3",
    "pm2": "^5.2.0",
    "sequelize": "^6.16.1",
    "swagger-jsdoc": "^6.1.0",
    "swagger-ui-express": "^4.3.0"
  }

Setup

To run this project, install it locally using npm:

$ npm install
$ node app.js