Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arvrao/project-management-app
Detailed list of all projects with their set of todo's with their priorities and deadlines
https://github.com/arvrao/project-management-app
go-fiber golang nextjs postgresql react typescript
Last synced: about 1 month ago
JSON representation
Detailed list of all projects with their set of todo's with their priorities and deadlines
- Host: GitHub
- URL: https://github.com/arvrao/project-management-app
- Owner: ArvRao
- Created: 2022-12-31T09:40:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T12:03:18.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T21:06:22.467Z (6 months ago)
- Topics: go-fiber, golang, nextjs, postgresql, react, typescript
- Language: Go
- Homepage:
- Size: 16.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Build Project Management application**
### **About:**
Write about your list of projects that have set of tasks with either pending, in progress, completed statuses. Drag and drop or delete tasks as desired for the particular project
### **Technologies used:**
Go, React and PostgreSQL- [go](https://go.dev/) server
- [Fiber](https://gofiber.io/) - Go web server
- [Nextjs](https://nextjs.org/) - Building React framework
- [TypeScript](https://www.typescriptlang.org/) - Static types on top of Nextjs
- [Material UI](https://mui.com/) - Component library
- [PostgreSQL](https://www.postgresql.org/) - RDMS database for persisting data
- [Tailwindcss](https://tailwindcss.com/) - Styling HTML elements
- [Figma](https://www.figma.com/) - Laying out the initial design
- [gorm](https://gorm.io/) for ORM