Task Browser App Live Demo
Source: React App https://praison.com/tasksbrowserreact/
Source: Django App https://praison.com/tasksbrowser/
- Django App https://praison.com/tasksbrowser/
- Admin Panel to manage data https://praison.com/tasksbrowser/administrator/
- Django API https://praison.com/tasksbrowser/api/
- Django API for single task https://praison.com/tasksbrowser/api/1/
- Django REST Framework https://praison.com/tasksbrowser/interface/
- Front-end with React, Next JS and Bootstrap using API https://praison.com/tasksbrowserreact/
Basic
This is a simple Task browser app. The Task browser consists of fields such as Task ID, Task Name, Start Date, End Date, Parent. Duration and status of the task will be created during runtime
Construction
- Created Django app
- Sqlite database was used to save data
- Django admin panel was created to manage data
- REST API was created so that it could be used to create the React front-end
- React, Next.js and Bootstrap are used to create the front-end
Installation
Installing Django App
git clone https://github.com/MervinPraison/TaskBrowser.git
cd TaskBrowser/DjangoTaskBrowserDjango
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python tasks/manage.py runserver
- Visit: http://localhost:8000/
- API: http://localhost:8000/api/
- API for single task: http://localhost:8000/api/1/
- Django REST Framework: http://localhost:8000/interface/
Installing React App
git clone https://github.com/MervinPraison/TaskBrowser.git
cd TaskBrowser/DjangoTaskBrowserReact
npm install
npm run dev
Visit: http://localhost:8080/
Github Link
https://github.com/MervinPraison/TaskBrowser
Author
Mervin Praison https://praison.com