Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 711 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 711 Bytes

React with GoFiber Complete Fullstack App - TypeScript, React Query, MongoDB, ChakraUI

Demo App

Some Features:

  • ⚙️ Tech Stack: Go, React, TypeScript, MongoDB, TanStack Query, ChakraUI
  • ✅ Create, Read, Update, and Delete (CRUD) functionality for todos
  • 🌓 Light and Dark mode for user interface
  • 📱 Responsive design for various screen sizes
  • 🌐 Deployment
  • 🔄 Real-time data fetching, caching, and updates with TanStack Query
  • 🎨 Stylish UI components with ChakraUI
  • ⏳ And much more!

.env file

MONGO_URI=<your_mongo_uri>
PORT=5000
ENV=development

Compile and run

go run main.go