Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usmanmusa1920/tast-management-dashboard
This is a task management dashboard project
https://github.com/usmanmusa1920/tast-management-dashboard
Last synced: 8 days ago
JSON representation
This is a task management dashboard project
- Host: GitHub
- URL: https://github.com/usmanmusa1920/tast-management-dashboard
- Owner: usmanmusa1920
- Created: 2024-06-30T14:16:13.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-03T05:15:45.000Z (4 months ago)
- Last Synced: 2024-07-04T18:09:18.751Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tesk management dashboard
This is a task management dashboard project, developed using `Django` `HTML` `TailwindCSS` and `jQuery`
## Setup and run
First clone the github repository by:
```sh
git clone https://github.com/usmanmusa1920/tast-management-dashboard
```Now, cd into the cloned project directory, and install the dependencies (libraries) which include `django (v5.0.6)`, `djangorestframework (v3.15.2)` and others by:
```sh
pip install -r requirements.txt
```After that, power on the development server by
```sh
python manage.py runserver
```Then, visit the application on localhost port 8000 http://127.0.0.1:8000 so, you can now login using the already user been registered with these credentials:
Username: usman & Password: passwd1234
Or, you can start as fresh by creatinge your own user, and task by starting with migrations, and the rest:
```sh
python manage.py makemigrationspython manage.py migrate
```Then,
```sh
python manage.py createsuperuser
```After that, you should go to python interpreter using django command of:
```sh
python manage.py shell
```Then copy the entire content of `automate.sh` file in the base directory of the cloned project and paste it in the interpreter, after then login with the new user credentials.
## Screen-shot
Below are two screen shots of dashboard, the first one is the dashboard for this project, while the later is the prototype that I was insisted to design (sample)
![snippet_theme](screenshot.png)
![snippet_theme](sample.png)