Skip to content

16kilobyte/rust-actix-react-web-starter

Repository files navigation

rust-actix-react-web-starter

A bare Rust web app that uses actix-web, Diesel and React to get you started building your Rust and React applications.

Usage

git clone https://github.com/16kilobyte/rust-actix-react-web-starter.git
cd  rust-actix-react-web-starter/api_server
cp .env.sample .env
diesel setup --database-url='postgres://user:password@localhost:5432/api_server_db'
diesel migration run
cargo run
# Started http server: 127.0.0.1:3000

web client

http://127.0.0.1:3000/

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Rust (Actix & Diesel) + React (w/ Typescript) + MySQL starter pack. Currently serves my need for a nice Dev Environment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published