Giter Club home page Giter Club logo

coding_swamp's Introduction

코딩의 늪

스터디, 모각코를 모집하고 운영하는 서버입니다.
Rest API 서버로 클라이언트는 따로 운영하고 있지않습니다. 자세한 내용은 Wiki를 참고해주세요.

coding_swamp's People

Contributors

biotea92 avatar

Watchers

 avatar

coding_swamp's Issues

[FrontEnd] 회원가입 기능 구현

회원가입 기능 구현

회원가입 방식은 직접 회원가입과 sns로그인 방식이 있습니다.
sns는 깃허브를 우선으로 적용합니다.
회원가입시 받는 정보는 다음과 같습니다.

  1. 이미지 (등록안하면 기본 이미지 설정)
  2. Username(닉네임)
  3. 이메일(아이디)
  4. 비밀번호

📄 Todo

  • 회원가입 페이지 UI구현하기
  • 아이디/비밀번호 정규식 사용해서 Validation함수 만들기
^(?=.[A-Za-z])(?=.\d)(?=.[$@$!%#?&])[A-Za-z\d$@$!%*#?&]{8,}$
  • 회원정보를 관리하는 User Store 생성하기

[FrontEnd] 로그인 기능 구현

로그인 기능 구현

서비스 유저 인증을 위한 로그인 기능입니다.

📄 Todo

  • 로그인 페이지 UI 구현하기
  • 이메일과 비밀번호 받아서 처리하기
  • 깃허브 계정으로 로그인하는 방식을 추가하기

Layered Architecture로 변경하기

현 프로젝트의 아키텍처가 이상하게 설정되어있다.

Layered Architecture를 공부하고 적용하자.

더불어서 Test Code의 리펙터링도 진행하자

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.