Giter VIP home page Giter VIP logo

nodejs-app's Introduction

nodejs-app

nodejs-app's People

Contributors

seus31 avatar

Watchers

 avatar

nodejs-app's Issues

[API] ユーザー削除

endpoints

/api/v1/users/{id}

method

DELETE

request parameters

論理名 物理名 デフォルト 必須 備考

[API] ユーザー更新

endpoints

/api/v1/users/{id}

method

GET

request parameters

論理名 物理名 デフォルト 必須 備考
ユーザー名 name string
メールアドレス email string
パスワード password string

環境構築

Node.js + backend(fastify) + frontend(Angular) + MySQLの環境構築

[API] ユーザー一覧

endpoints

/api/v1/users

method

GET

request parameters

論理名 物理名 デフォルト 必須 備考
ページ数 page integer 1
件数 per_page integer 10

[API] タスク登録

endpoints

/api/v1/tasks

method

POST

request parameters

論理名 物理名 デフォルト 必須 備考
タスク名 task_name string
ステータス status integer

[API] ユーザー取得

endpoints

/api/v1/users/{id}

method

GET

request parameters

論理名 物理名 デフォルト 必須 備考

[API] ユーザー登録API

endpoints

/api/v1/users

method

POST

request parameters

論理名 物理名 デフォルト 必須 ユニーク 備考
ユーザー名 user_name string Yes Yes
メールアドレス email string Yes Yes
パスワード password string Yes
パスワード確認 password_confirm string Yes

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.