Skip to content

aclueless/spair-realworld

 
 

Repository files navigation

This repo has just finish its first ever iteration. I use this and some small personal projects to experiment with spair. Spair has no community and no styleguides or best practices, so, I leave the rest of this README unchange as provided by the starter kit. Just some lines to provide first looks:

  • /types is copied from this. Practically, it can be use for both backend and frontend.
  • /services has the same origin as /types, but I modified this to experiement with gloo-net as well as avoid some clones.
  • /lib the real source code for the Realworld App is here, I made this because I don't know how to use trunk to build the app with feature flag.
  • /realworld_gloo_net and /realworld_reqwest which are powered by gloo-net and reqwest respectively. You can cd to this and run trunk build --release.

RealWorld Example App

[YOUR_FRAMEWORK] codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

This codebase was created to demonstrate a fully fledged fullstack application built with [YOUR_FRAMEWORK] including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the [YOUR_FRAMEWORK] community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

How it works

Describe the general architecture of your app here

Getting started

npm install, npm start, etc.

About

Starter kit for new RealWorld framework implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.3%
  • HTML 1.4%
  • Shell 0.3%