https://github.com/nayak-nirmalya/react-go-fullstack
React + Go
https://github.com/nayak-nirmalya/react-go-fullstack
golang react
Last synced: 7 months ago
JSON representation
React + Go
- Host: GitHub
- URL: https://github.com/nayak-nirmalya/react-go-fullstack
- Owner: nayak-nirmalya
- License: mit
- Created: 2024-05-31T03:41:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T03:35:31.000Z (about 1 year ago)
- Last Synced: 2025-01-22T12:11:49.935Z (9 months ago)
- Topics: golang, react
- Language: TypeScript
- Homepage: https://nirmalya.xyz/
- Size: 5.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Let's Go! React with GoLang: FullStack App - TypeScript, React Query, MongoDB, ChakraUI
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
```shell
MONGO_URI=
PORT=8080
ENV=development
```### Compile & Run
```shell
go run main.go
```Credits: [Burak](https://github.com/burakorkmez)