Skip to content

simonplhak/audio-books-store

Repository files navigation

Development

Architecture

Architecture Diagram

ERD

ERD

Serving Your App

Copy .env.default

cp .env.default .env

First time run database migration

sqlx database setup

Run the following command in the root of your project to start developing with the default platform:

dx serve --platform web

To run for a different platform, use the --platform platform flag. E.g.

dx serve --platform desktop

When changing styles using tailwind, for real-time update of the main.css file run:

npx tailwindcss -i ./assets/styling/input.css -o ./assets/styling/main.css --watch

Dummy data

To fill application with dummy data simply run (Be aware that this will remove all your current data):

make load

When you create a new feature or create some breaking change (e.g. database migration) it is good idea to create new snapshot (or modify Makefile if necessary):

make dump

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages