Full stack Todo app built with NodeJS, MongoDB, Apollo GraphQL, React and ChakraUI.
- Inside
server
, create a.env
file with the following variables
NODE_ENV = 'YOUR_ENV'
PORT = YOUR_PORT
MONGO_URI = 'YOUR_MONGODB_URI'
- Install dependencies inside
server
andclient
viayarn
ornpm install
- Run
server
withyarn dev
- Run
client
withyarn dev