GithubHelp home page GithubHelp logo

fiber-sample's Introduction

Goサンプルアプリ

Go(バックエンド)とNext.jsを使ってTwitter風のサンプルアプリを作成

Screencast.2022-10-17.12.36.11.mp4

Heroku + Vercelでデプロイしたデモ
https://next-sample-kappa-lime.vercel.app

使用技術

  • Fiber
  • Gorm
  • JWT認証
  • Postgres
  • Rest API

機能一覧

  • JWTによるユーザー認証
  • 入力情報のバリデーション
  • ツイート機能
  • フォロー機能
  • タイムライン機能
  • ページネーション機能
  • ユニットテスト(一部)

テーブル設計

users, tweetsはhas many関係
user_followeesはusers間のmany to many関係

erDiagram
users ||--o{ tweets: ""
users ||--o{ user_followees: ""

users {
  string username
  string email
  string password
}

tweets {
  string content
}

user_followees {
  integer user_id
  integer followee_id
}
Loading

追加情報

フロントエンドのレポジトリ
https://github.com/ikeda1729/next-sample

fiber-sample's People

Contributors

ikeda1729 avatar

Watchers

 avatar

fiber-sample's Issues

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.