Giter Site home page Giter Site logo

miurabo / learn-rust-with-web-application Goto Github PK

View Code? Open in Web Editor NEW

This project forked from akifumisato/learn-rust-with-web-application

0.0 0.0 0.0 100 KB

【Webアプリ開発で学ぶ よくわかるRustプログラミング入門】参考実装

Rust 68.37% TypeScript 29.89% CSS 0.65% Makefile 0.34% HTML 0.65% Dockerfile 0.10%

learn-rust-with-web-application's Introduction

【Webアプリ開発で学ぶ よくわかるRustプログラミング入門】参考実装

書籍Webアプリ開発で学ぶ よくわかるRustプログラミング入門の題材であるTodoアプリの参考実装です。

RUST を選択するメリット

  • 速度
  • 開発効率
  • 将来性

あとで必要になったら学ぶ

  • メモリ
  • スレッドセーフ
  • 所有権
  • シャドーイング

todo-api

dbの起動

sudo lsof -i:5432
sudo launchctl list | grep xxx
sudo launchctl unload -w /Library/LaunchDaemons/postgresql-16.plist
make db

apiの起動

cargo install sqlx-cli
cargo install cargo-watc
make dev

frontの起動

npm i
npm run dev

learn-rust-with-web-application's People

Contributors

akifumisato avatar miurabo 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.