GithubHelp home page GithubHelp logo

simple-calendar's Introduction

Start

Requirements

  • JDK 8+
  • node 12+

Run

$ git clone https://github.com/shinjaeuk/simple-calendar.git
$ cd simple-calendar
$ ./build.sh
....
$ ./run.sh
.... ( control + c to exit )

Access : http://localhost:8080/

How

This web site is view of student. ( no mentor side )

Mentor has availble time from 21, Feb 2020 to 23, Feb 2020

The meeting is only 1 hour

If restart app, data is reset ( use to in-memory db - H2, data.sql)

Select Date to make call with mentor

image-20200220171002862

Select available time

image-20200220171048025

Type reson and click cnfirm call button

image-20200220171211651

image-20200220171225272

Project Structure

This project contains Java Sprint Boot and React.JS Because of samll proejct

Java (Back-end)

  • Spring Boot (2.2)
  • Spring MVC
  • Spring JPA
  • H2DB

Java Script (Front-end)

  • React.js (16)
  • axios
  • moment
  • meterial-ui
root (Java Proejct )
  ├── src
  │   └── main
  │       └── java
  ...
  └── webapp ( React.JS Proejct )

Back-end

API

  • GET /mentors/{id}/agenda ( get every data )
    • Get a mentor's available times to make the schedule
    • If the mentor is not found, It returns HTTP 404
  • POST /mentors/{id}/agenda/{id}, request body { reason : '' }
    • Make schedule
    • If time is not available, It returns HTTP 409

ERD

  • Mentor has available times ( Available value is 'true' at the first time)
  • If student make the schedule, available value will be updated by 'false'

image-20200220184549351

Front-end

image-20200220180359761

simple-calendar's People

Contributors

shinjaeuk avatar

Watchers

James Cloos avatar  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.