Skip to content

myOmikron/webserver-template

Repository files navigation

Rust webserver template

To use this template, ensure cargo-generate is installed:

cargo install -f cargo-generate

To use this template, execute:

cargo generate --git https://github.com/myOmikron/webserver-template.git

Frontend

To initialize the frontend run:

cd frontend/ && npm install

Also set the URL in frontend/scripts/gen-api.sh from which the openapi.json can be downloaded.

Backend

To initialize the backend run:

cargo build -p webserver

About

Template for a webserver with Frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published