CharlesTaylor7 / rri-ai

Railroad Inc. AI

Home Page:https://railroad-inc-ai.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project goals

  • Get better and faster at writing Rust
  • Learn more of the ecosystem
  • Learn from past mistakes
    • Use anyhow from the beginning
    • Use sqlite from the beginning
    • Don't unwrap willy nilly

Getting Started

First, initialize the database. This only needs to be done once.

createdb railroad_inc_ai
yarn reset-db

Install sqlx

cargo install sqlx-cli --no-default-features --features sqlite

About

Railroad Inc. AI

https://railroad-inc-ai.vercel.app


Languages

Language:Rust 60.4%Language:HTML 25.1%Language:CSS 12.8%Language:Dockerfile 1.5%Language:JavaScript 0.2%