#fuseR - FuseTools, ReactQL & PostGraphQL Framework
There is still much work needed to be done but at this point it's share-worthy.
Please ensure that you have PostgreSQL running before attempting to install or otherwise use fuseR. Also while the installation can be performed from single terminal for both client and server you will need to open another console as each process will require its own terminal. If you wish to run installation process in individual terminal you may do so by executing
npm run install-clientandnpm run install-serverrespectively from separate terminals.
npm installnpm start-servernpm start-clientnpm start-client-prodnpm build-clientnpm serve-clientThere is an extensive tutorial inside the
server/datathat will go over the specifics regarding the PostgreSQL and GraphQL integration that PostGraphQL provides.