Skip to content

spencerbart/rocket-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocket Backend

This repo shows what you can build with Rust and Rocket

Running

We have downloaded cargo-watch that allows auto-reload of the Rocket server. To run the server with auto-realoading run the following command

cargo watch -x run

Build and Deploy the backend

To compile to a production-ready executable, run the following command

cargo build --release

About

Testing out rocket to build a backend server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published