Giter Club home page Giter Club logo

deno-graphql-sample's Introduction

Simple deno API

学習が足りてないのでなんか微妙すぎる

あとでちゃんと勉強しようとおもった

次やること

DIを使うために、newableに書き換える DIを整備する

TodoList DDL

key type example description
id int 2 unique key of todolist
name string "Sample TodoList" name of todolist
created_at date undecided created timestamp
updated_at date undecided updated timestamp

Todo DDL

key type example description
id int 4 unique key of todo
todolist_id int 2 foreign key of todolist
name string "Sample Todo" name of todo
is_favorite boolean false flag for favorite todo
deadline date undecided task deadline
created_at date undecided created timestamp
updated_at date undecided updated timestamp

deno-graphql-sample's People

Contributors

ahy4 avatar

Watchers

 avatar  avatar

deno-graphql-sample's Issues

初期問題

  • denodbがまだ機能不足だからできないこと
    • DBのalterできない問題 (dropかcreateしかできない)
    • transaction使えない (使えないだけならまだしも、カバーする挙動になってない)
  • アーキテクチャに対する勉強が足りてない
  • 認証がない
  • 依存ライブラリのバージョンを固定してない
  • validationが不十分
  • UT不足
  • ModelがEntity兼Repositoryな件

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.