Coder Social home page Coder Social logo

todo-2's Introduction

Todo 2 Team

Drag&Drop Todo List

โœ‹Team Members

  • title
  • title

๐ŸงžQuick Start

1. Clone & Install Packages

git clone https://github.com/woowa-techcamp-2020/todo-2.git

cd todo-2

npm install

2. Add secrets.js

Add secrets.js to config folder

const DB_CONFIG = {
  host: '${mysqlServerIp}',
  user: '${mysqlUser}',
  password: '********',
  database: '${mysqlSchema}',
}

module.exports = { DB_CONFIG }

3. Run develop server

npm run dev

Then, you can access to your server http://localhost:3000


๊ธฐ์ˆ  ์Šคํƒ

Frontend

  • title
  • title
  • title
  • title
  • title

Backend

  • title
  • title
  • title

ETC

  • title
  • title
  • title

ํ”„๋กœ์ ํŠธ ๊ตฌ์กฐ

|--todo-2
    |-- config  
    |
    |-- public  // Frontend
    |   |-- images
    |   |   ...
    |   |
    |   |-- javascripts
    |   |   |-- api
    |   |   |   ...  // api ํ˜ธ์ถœ ํ•จ์ˆ˜ ๋ชจ์Œ
    |   |   |
    |   |   |-- components
    |   |   |   ...  // ์ปดํฌ๋„ŒํŠธ ํŒŒ์ผ
    |   |   |
    |   |   |-- utils
    |   |   |   ...  // ์œ ํ‹ธ ํ•จ์ˆ˜ ๋ชจ์Œ
    |   |   |
    |   |   |-- index.js  // webpack entry point
    |   |
    |   |-- stylesheets
    |       |-- common
    |       |   ...  // scss ๋ณ€์ˆ˜, mixin ๋“ฑ ๊ณตํ†ต ์Šคํƒ€์ผ
    |       |
    |       |-- components
    |           ...  // ์ปดํฌ๋„ŒํŠธ๋ณ„ ์Šคํƒ€์ผ
    |         
    |-- src  // Backend
    |   |-- controller.js  // ๋ผ์šฐํ„ฐ ์š”์ฒญ์— ๋”ฐ๋ฅธ ์ž‘์—… ์ฒ˜๋ฆฌ
    |   |-- model.js  // ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์ž‘์—… ์ฒ˜๋ฆฌ
    |   |-- router.js
    |
    |-- views
        ...  // pug ํŒŒ์ผ

todo-2's People

Contributors

choibumsu avatar nohgijin avatar

Watchers

James Cloos avatar

Forkers

choibumsu dnacu

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.