A message board for all your 'fake news' desires
This is built with a React frontend with Apollo for querying the GraphQL (Prisma) backend
To check it out for yourself, you can run:
In the main project directory:
yarn startruns the react client in development mode onhttp://localhost:3000
In the /server directory:
yarn startstarts GraphQL server onhttp://localhost:4000