Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipenobrg/tasker-kanban
Tasker is your go-to solution for agile task management.
https://github.com/felipenobrg/tasker-kanban
docker golang nextjs typescript
Last synced: 27 days ago
JSON representation
Tasker is your go-to solution for agile task management.
- Host: GitHub
- URL: https://github.com/felipenobrg/tasker-kanban
- Owner: felipenobrg
- Created: 2024-04-27T01:32:05.000Z (9 months ago)
- Default Branch: dev
- Last Pushed: 2024-07-10T01:45:46.000Z (6 months ago)
- Last Synced: 2024-08-16T06:56:32.307Z (5 months ago)
- Topics: docker, golang, nextjs, typescript
- Language: TypeScript
- Homepage: https://kanban-college-project.vercel.app
- Size: 3.91 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tasker
## Overview
Tasker is a task management application designed to streamline your workflow and boost productivity. Built with Next.js 14 for the front-end and Go (Golang) for the back-end, Tasker provides a seamless and efficient user experience.## Features
- **Authentication**: Secure login, registration, and password recovery.
- **Email Notifications**: Automatic email notification with a registration number upon account creation.
- **Kanban Boards**: Visual task management with draggable tasks.
- Create, update, and delete tasks.
- Drag and drop tasks to reorganize.
- Remove entire boards.## Installation
### Prerequisites
- Node.js
- Docker
- PostgreSQL (or any preferred database)### Front-end Setup
1. Clone the repository:
```bash
git clone https://github.com/yourusername/tasker.git
cd tasker/frontend2. Install dependencies:
- npm install
- Create a .env file and add your environment variables:
- NEXT_PUBLIC_API_URL=http://localhost:3000
- Run the development server:
- npm run dev
- Back-end Setup
- Navigate to the back-end directory:
- cd tasker/backend