Giter VIP home page Giter VIP logo

waserel-web-app's Introduction

WASEREL

早稲田大学創造理工学部経営システム工学科2年春学期必修授業「情報システム開発演習」の最終課題として作成した疑似アパレルECサイトです

Business Schema

対象 10~20代の若者
主要販売商品 ストリートアパレルブランド
スキーマ ホーム画面で商品を一覧表示→詳細画面からカートに追加

Environment

  • Java Server Pages
  • MySQL(H2)
  • Tomcat

Feature

コンポーネント設計

ヘッダやボタンなどのアイテムを再利用するようなファイル設計を採用しています。

MVCアーキテクチャ

View層とController層を明確に分けています。今回はModel層は設計していません。

レスポンシブデザイン

どのデバイスでも正常に表示できるよう考慮されたCSSを実装しています。

Fool Proof

ユーザーの想定されないアクションをできる限り排除し、誤ったアクションを実行された時は適切にエラーを表示し、画面遷移するようにしています。

Usage

0. DBを準備

H2サーバ内で、migrate.sqlに記載しているクエリを順番に実行してください

1. リポジトリをsdev/webapp/に配置

$ cd sdev/webapp && git clone [email protected]:masatsch/waserel-web-app.git

2. Run

$ cd .. && java -jar webapp-server-2020.jar

3. Enjoy

こちらのサーバーに入り、以下のログイン情報でログインしてください

email [email protected]
password example

waserel-web-app's People

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.