GithubHelp home page GithubHelp logo

jihongkim98 / 5-hong-kim-community Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 100-hours-a-week/5-hong-express-all

0.0 0.0 0.0 156 KB

카카오 클라우드 스쿨 5기 2,3주차 미션 - vanilla js 와 express를 이용한 간단한 커뮤니티 페이지

JavaScript 65.69% CSS 14.67% HTML 19.64%

5-hong-kim-community's Introduction

hong.kim Basic Community site

VanillaJSExpress 를 활용한 간단한 커뮤니티 사이트 구현 미션

BACKEND 바로가기

패키지 구조

.
├── public/
│   └── images/  # 임시 이미지 서빙용
├── src/
│   ├── config/
│   │   └── ...  # cors, session 설정
│   ├── controllers/
│   │   └── ...
│   ├── middlewares/
│   │   └── ...  # 세션 기반의 인증
│   ├── models/
│   │   ├── data/
│   │   │   └── ...  # init data
│   │   └── ...  # Data Access Object
│   ├── routes
│   │   └── ...
│   ├── utils/
│   │   └── ...  # 페이징, 시간 처리용 utils
│   └── index.js  # create-app
├── .env
├── package-lock.json
├── package.json
└── server.js

FRONTEND 바로가기

패키지 구조

.
├── public/
│   ├── css/
│   │   └── ...
│   ├── html/
│   │   └── ...
│   ├── images/
│   │   └── ...
│   └── js/
│       └── ...
├── .env
├── package-lock.json
├── package.json
└── app.js

5-hong-kim-community's People

Contributors

jihongkim98 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.