Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 2.06 KB

README.md

File metadata and controls

51 lines (35 loc) · 2.06 KB

surfer

The simple WIP Blog built on pure Rust stack, with upcoming upgrades.

Backend for graphql services using tide, async-graphql, jsonwebtoken, mongodb and so on.

There are two options for web frontend:

  • Frontend-yew for web application using yew, graphql_client, cookie and so on.
  • Frontend-handlebars for web application using tide, yew, rhai, surf, graphql_client, handlebars-rust, cookie and so on.

See also:

Features

Demo site:

MongoDB data

MongoDB data(include structure & documents) file is /data/surfer-dev.sql.

If you need mongodb cloud count, please send email to me.

Stacks

How to Build & Run?

Please read:

Contributing

You are welcome in contributing to the surfer project.