https://github.com/kennethlove/cat-cafe
Just an experiment to learn `axum` and `surrealdb`
https://github.com/kennethlove/cat-cafe
Last synced: 3 months ago
JSON representation
Just an experiment to learn `axum` and `surrealdb`
- Host: GitHub
- URL: https://github.com/kennethlove/cat-cafe
- Owner: kennethlove
- Created: 2024-11-08T21:49:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T21:16:06.000Z (6 months ago)
- Last Synced: 2025-01-17T09:07:01.932Z (5 months ago)
- Language: CSS
- Size: 361 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Development
1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
2. Install the tailwind css cli: https://tailwindcss.com/docs/installation
3. Run the following command in the root of the project to start the tailwind CSS compiler:```bash
npx tailwindcss -i ./input.css -o ./assets/tailwind.css --watch
```Run the following command in the root of the project to start the Dioxus dev server:
```bash
dx serve --hot-reload
```- Open the browser to http://localhost:8080
- `cargo run --bin api` will start the API on `http://localhost:3000/cats/`.