https://github.com/yuweaec/project-taskmanager
A web-based application that allows users to manage their tasks efficiently. Users can create, update, delete, and view tasks. The application will use a PostgreSQL database for storing tasks, a Django backend for handling business logic, and a basic front-end with Bootstrap for user interaction.
https://github.com/yuweaec/project-taskmanager
bootstrap django postgresql python
Last synced: 3 months ago
JSON representation
A web-based application that allows users to manage their tasks efficiently. Users can create, update, delete, and view tasks. The application will use a PostgreSQL database for storing tasks, a Django backend for handling business logic, and a basic front-end with Bootstrap for user interaction.
- Host: GitHub
- URL: https://github.com/yuweaec/project-taskmanager
- Owner: YuweAEC
- Created: 2024-06-18T17:15:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T09:58:10.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T06:27:35.722Z (over 1 year ago)
- Topics: bootstrap, django, postgresql, python
- Language: Python
- Homepage:
- Size: 6.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TaskManager
TaskManager is a web-based application for managing tasks. Users can create, update, delete, and view tasks.
## Features
- Create new tasks
- Update existing tasks
- Delete tasks
- View task details
## Technologies
- Django
- PostgreSQL
- Bootstrap
## Setup
1. Clone the repository
```sh
git clone https://github.com/yourusername/TaskManager.git