An open API service indexing awesome lists of open source software.

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`

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/`.