Client
Built using react-native-web because its really cool and really easy to turn into a mobile app
Server
Written in Node.js. The server uses GraphQL with apollo-server for delivering data between client and server and typegoose for interacting with Mongo in a nice type-friendly way. Accounts are set up using the wonderful accounts.js library.
Generators
type-graphql and graphql-codegen are used to generate types for all my graphql resolvers to keep client and server totally and beautifully in sync.
from https://github.com/eavilesmejia/onefraction
https://github.com/eavilesmejia/onefraction/tree/master/client
https://github.com/eavilesmejia/onefraction/tree/master/server
No comments:
Post a Comment