Giter Club home page Giter Club logo

routine's Introduction

Fitness app, <Routine>

Routine은 간편한 운동 일정 관리 웹 어플리케이션입니다.
자신만의 루틴을 만들고, 매일 운동을 수행하고, 기록을 돌아보세요.

사이트 링크 🔗

http://js43o-project.com

로컬 환경에서 실행하기

  1. 이 앱을 사용하기 위해서는 우선 다음 프로그램이 실행 환경에 설치되어 있어야 합니다.
  • MongoDB
  • Node.js
  • yarn
  1. 코드를 다운로드한 후 압축을 해제합니다.
  2. /frontend 폴더에 .env 파일을 생성한 후, 다음과 같이 작성합니다.
REACT_APP_KAKAO_API=... // Kakao Developers의 REST API 키 값
REACT_APP_KAKAO_REDIRECT=http://localhost:3000/kakao
  1. /backend 폴더에 .env 파일을 생성한 후, 다음과 같이 작성합니다.
PORT=4000
MONGO_URI=mongodb://localhost:27017/routine
MONGO_USER=...  // MongoDB 계정 이름
MONGO_PASS=...  // MongoDB 계정 패스워드
JWT_SECRET=... // jwt 토큰을 위한 임의의 문자열 입력
KAKAO_API=... // Kakao Developers의 REST API 키 값
  1. /frontend, /backend 경로에서 각각 yarn 명령어를 입력하여 필요한 패키지를 설치합니다.
  2. /frontend, /backend 경로에서 각각 yarn start 명령어를 입력합니다.
  3. http://localhost:3000/routine 에 접속하여 서비스를 이용하세요.

페이지별 기능 🔧

  1. 로그인(/login), 계정 등록(/register)
  • 로컬 계정 생성 및 로그인
  • 카카오 계정으로 로그인
  1. 홈 (/)
  • 프로필 정보 변경 및 이미지 업로드
  • 이번 주 운동 현황 표시
  • 오늘의 운동 수행
  1. 루틴 (/routine)
  • 새로운 루틴 추가 및 제거
  • 기존 루틴 수정 (운동 추가/삭제, 루틴명 변경)
  • 현재 사용할 루틴 지정
  1. 기록 (/record)
  • 운동 기록 캘린더
  • 체성분 변화 기록 관리

routine's People

Contributors

js43o avatar

Watchers

 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.