Code Monkey home page Code Monkey logo

futsal's Introduction

공을 차고 싶을 땐 간편하게 풋살예약닷컴에서 예약하세요 😉


✅ 서비스 소개

⚽️ 풋살장 예약 서비스

풋살장을 예약할 수 있습니다.

💵 포인트 충전 기능

결제할 포인트를 충전할 수 있습니다.


🛠️ 기술 스택

FE

BE

Tools


프로젝트 기간


2022.07.11 ~ 2022.07.29 ( 3주 )


🔗 화면 흐름도

text







🔗 API




🚗 [주요 기능]


로그인

text


1. 로그인 페이지에서 비밀번호찾기, 체험하기, 소셜 로그인, 기존 로그인을 할 수 있다.



회원가입

text


1. 회원가입 페이지에서 회원가입을 할 수 있다.



메인 페이지

text


1. 다양한 풋살 경기장을 카드 형식과 리스트 형식으로 한눈에 볼 수 있습니다.



자유 게시판

text


1. 자유 게시판 페이지에서 공지글과 자유글을 나눠서 확인 할 수 있다.

2. 게시글 생성, 수정, 삭제를 할 수 있다.



포인트 충전

text


1. 포인터 충전 페이지에서 충전을 할 수 있습니다.



구장 상세 페이지(경기장 정보 조회 & 예약)

text


1. 예약을 원하는 경기장을 선택하고, 해당 경기장의 정보를 확인

2. 날짜 별로 예약 상태와 시간을 선택해서 경기장 예약을 합니다.



마이페이지

text


1. 마이페이지에서 회원을 수정, 삭제, 탈퇴 등을 할 수 있다.



관리자


관리자 페이지1

text


1. 관리자 페이지에서 사용자 관리, 경기장 관리

2. 구장 생성에서 이미지 업로드시 s3 서버를 통해 url의 값을 받고, 구장 생성 해당 값들을 DB에 저장하게 된다.



관리자 페이지2

text


1. 관리자 페이지에서 예약 관리, 포인트 관리



⚙️ 프로젝트 구동 방법

우선 Repository clone 한다.

백엔드 환경변수 설정

back 폴더 아래 .env 파일 생성 후 내용 작성하기

  • .env 예시
  MONGODB_URL=[몽고 디비 클라우드]

JWT_SECRET_KEY = [jwt 비밀키]
AWS_BUCKET_NAME = [aws-s3 버킷 이름]
AWS_BUCKET_REGION =[aws-s3 지역]
AWS_ACCESS_KEY = [aws-s3 접근키]
AWS_SECRET_KEY = [aws-s3 비밀키]

REDIS_URL = [redis 설정을 위한 url]
EMAIL_CERTIFICATION_USER =[이메일 인증을 위한 유저값]
EMAIL_CERTIFICATION_PASS = [이메일 인증을 위한 비밀번호]

KAKAO_REST_API_KEY=[소셜로그인]
KAKAO_REDIRECT_URI=[소셜로그인]

백엔드 실행

back 폴더로 이동 후 실행

  cd server
  npm install
  npm start

프론트 실행

front 폴더로 이동 후 실행

  cd client
  npm install
  npm start #npm run start

futsal's People

Contributors

w00khyung avatar baechanghyeon avatar fineman999 avatar gitmogi avatar tinashome avatar kwangta 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.