Skip to content

Project template for creating web applications in Rust with Actix-web. Instead of a relational database, file storage is used for dynamic content to keep hosting costs at a minumum.

Notifications You must be signed in to change notification settings

bartvanbenthem/cndev-webapp-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cndev-webapp-rs

HealthCheck

# health check
curl -v -X GET \
  http://127.0.0.1:8000/health_check

install and start MailHog

# On Docker
docker run -d -p 1025:1025 -p 8025:8025 mailhog/mailhog

# On Linux
mkdir ~/mailhog/
cd ~/mailhog
go mod init mailhog
go get github.com/mailhog/MailHog
go install github.com/mailhog/MailHog
~/go/bin/MailHog

About

Project template for creating web applications in Rust with Actix-web. Instead of a relational database, file storage is used for dynamic content to keep hosting costs at a minumum.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published