Skip to content

themangomago/rocket-blog-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocket Blog

A blog using Rust and Rocket.rs

This is a simple blog written in Rust and using the Rocket.rs framework for educational purpose only. It is not meant to be used in production. It's using a file-based database for storing the blog posts and the users. This might be a potential security risk.

Running the blog

Rocket.rs makes use of unstable features, therefore you will need to enable the nightly toolchain for this project.

rustup override set nightly
cargo run

Example

Example of the blog

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages