Skip to content

mgmarlow/bookshelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookshelf

A simple app demonstrating Axum, sqlx, & htmx.

Installation

Requires SQlite3.

make install
make db-reset

Append the db name to .env:

echo "DATABASE_URL=sqlite:bookshelf.db" > .env

Run the app

Run the app in watch mode:

make watch

About

Simple demo app for axum, sqlx, & htmx

Resources

Stars

Watchers

Forks