modulepackage
0.0.0-20240708095316-77a88407e64f
Repository: https://github.com/bojkoj/go-react-todo.git
Documentation: pkg.go.dev
# README
Go/React/TypeScript Fullstack App for handling tasks and todos.
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
- 🔄 Real-time data fetching, caching, and updates with TanStack Query
- 🎨 UI components with ChakraUI
.env file
MONGO_URI=<your_mongo_uri>
PORT=5000
ENV=development
Compile and run
To install go dependencies:
go run main.go
To run server
air
To install react dependencies:
cd ./frontend
npm install
To run react (still in ./frontend folder)
npm run dev