stackmuncher / stm_server

The server-side code behind stackmuncher.com, a global directory of software developers.
https://stackmuncher.com
GNU Affero General Public License v3.0
2 stars 0 forks source link
career portfolio serverless

StackMuncher Server Project

StackMuncher Server processes stack reports submitted by devs and provides a UI for their search on https://stackmuncher.com.

List of Crates

Each crate included in this project has its own ReadMe with architecture and deployment details.

See https://github.com/stackmuncher/stm_app for more info on the app making the submissions.

Build

All release builds should be done for x86_64-unknown-linux-gnu target to deploy on AWS Linux2.

cargo build --release --target x86_64-unknown-linux-gnu
cargo strip --target x86_64-unknown-linux-gnu