Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 430 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 430 Bytes

MERN Full-Stack ToDo App

Full stack Todo app built with NodeJS, MongoDB, Apollo GraphQL, React and ChakraUI.

How to get it running

  • 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 and client via yarn or npm install
  • Run server with yarn dev
  • Run client with yarn dev