- This app is designed to enhance productivity by assisting you in scheduling your daily activities such as tasks and meetings.
- The app integrates seamlessly with your Google Calendar and automatically suggests the optimal schedule for completing your tasks.
- Boost productivity and set achievable goals for the year.
- Coordinate events by checking multiple people's calendars.
- Backend : GoLang
- Frontend : ReactJs
source scripts/init.sh
source scripts/start.sh
- To add models to the schema
go run -mod=mod entgo.io/ent/cmd/ent new <Model>
- To autogenerate models
go generate ./ent
go test ./tests/...