Rent out your personal home gym, to make a profit $$$. Or you can reserve times at other users personal gyms as an alternative to paying for an expensive gym membership
React
Node
Express
GraphQL
PostGresql
Type ORM
Type Graphql
Graphql Code Generator
/app
React Native
/controllers
shared code (graphql queries/mutations) between React web and React Native
/web
React web client
/server
TypeORM GraphQL server with postgreSQL database
git clone https://github.com/tomcorey26/gym-wanderer.git
cd gym-wanderer && yarn
Specify the connection infomation to your db inside the createConnection() function in server/index.ts
cd packages/server && npm start
cd packages/web && npm start