Skip to content

mutalisk999/rs-forum-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rs-forum

It is just a Proof-Of-Concept toy project !!!

rs-forum/.env

MYSQL_HOST="127.0.0.1"
MYSQL_PORT=3306
MYSQL_DB="test"
MYSQL_USER="root"
MYSQL_PASS="123456"

JWT_SECRET="jwt secret"

Best greetings and thanks to these 3rd libs

Rust html template rendering sdk, supporting several async web frameworks.

Rust ORM framework.

Rust async mysql driver.

Rust JWT sdk.

Releases

No releases published

Packages

No packages published