Git Product home page Git Product logo

2021_dena_hackathon's People

Contributors

fujiyamaorange avatar fukkatsuso avatar yamosan avatar yokkori avatar

Watchers

 avatar  avatar

2021_dena_hackathon's Issues

Messagesモデルの作成

要件

  • id (PK): int
  • content: string
  • user_id (FK): int
  • created_at: dataTime

タスク

  • テーブルのマイグレーション
  • モデルの作成

APIの作成

タスク

  • post messagesの作成
  • post usersの作成
  • get users/:idの作成

お祝いプレゼントの追加

要件

  • messagesテーブルにobject_id, writer_name, 複合キー(user_id, object_id)を追加する
  • POST /messagesのリクエストにobject_id, writer_nameが追加されるので保存する
  • GET /users/:idのレスポンス内のmessageにobject_id, writer_nameを追加する

Usersモデルの作成

要件

  • カラム
    • id: int
    • name: string
    • birthday: DataTime
    • created_at: DataTime

タスク

  • ユーザーテーブルのマイグレーション
  • Userモデルの作成

AWSの準備

要件

  • DBのインスタンスを立てる
  • GoからDB接続できるようにする
  • Amplifyにデプロイ
  • Amplifyからバックエンドに接続できるようにする
  • 外部からフロントにアクセスできるようにする

参考

AWSアクセスキーが発行できないため,デプロイはAWS CloudShellなどから行う必要がありそう
CloudShellではdockerも使えないらしいので,EC2インスタンスを踏み台兼Goサーバとし,SSH接続して操作する

環境構築

要件

期限

9月16日(木)21:00ミーティング開始まで

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.