MoonKraken / hotblog

A simple blogging web application built with the Leptos framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating The SQLite Database

  1. export DATABASE_URL="sqlite:post.db"
  2. Make sure the sqlx CLI tool is installed: cargo install sqlx-cli
  3. sqlx db create

About

A simple blogging web application built with the Leptos framework

License:MIT License


Languages

Language:Rust 87.5%Language:TypeScript 10.6%Language:CSS 1.0%Language:JavaScript 0.8%