Expense Tracker App Live
Welcome to the MERN GraphQL Expense Tracker App! This project is designed to help you manage your expenses efficiently using a modern tech stack and GraphQL.
- π 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
- β Deployment made easy with a platform called Render
- β³ And much more!
MONGO_URI=...
SESSION_SECRET=...
npm run build
npm start