Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 586 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 586 Bytes

GraphQL Income Tracker App

Features:

  • 🌟 Tech stack: MERN (MongoDB, Express.js, React.js, Node.js) + Apollo GraphQL
  • 📝 Learn type definitions and resolvers for defining GraphQL schema and data fetching logic
  • 🔄 Mutations for modifying data in the GraphQL API and establishing graph relations
  • 🎃 Authentication with Passport.js and MongoDB session store
  • 🚀 Global state management with Apollo Client
  • 🐞 Error handling both on the server and on the client

Build the app

npm run build

Start the app

npm start