/simple-profile-app

KWEB 212R 정회원 스터디 / 간단한 프로필 조회 서비스

Primary LanguageJavaScript

Simple Profile App

example

KWEB 212R 정회원 스터디의 1차 프로젝트로, 간단한 프로필 조회 서비스입니다.

Table of Contents

Installation

# for frontend, install dependencies and run development server
cd client/
yarn
yarn start

# for backend, install dependencies and run development server
cd ../server/
yarn
yarn dev

Features

  • 회원가입
  • 로그인/로그아웃
  • 프로필 조회