Skip to content

A simple blogging web application built with the Leptos framework

License

Notifications You must be signed in to change notification settings

MoonKraken/hotblog

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages