A task manager application that allows users to create and assign tasks for themselves or other users. As well as being able to delete, and edit, and mark as complete each task.
Hey, y'all, this Single Page Django Application is a cumulation of the things I've learned in the Backend Portion of my times at Nashville Software School. It is not neccessarily the best representation of my skills, but I am the cause of my own bugs in my code of life.
There is another project that I started, but I made it more complicated than it needed to be, and I am paying the price for it.
Install pip
Install Python 3.6
Install Django:
pip install django
git clone https://github.com/MaxwellCoriell/BackendCapstone.git
cd DjangoTaskManager/DjangoTaskManager
Setting up the database:
chmod +x ./migrate_Django.sh
(^after running this the first time, there is no need to run it again^)
./migrate_Django.sh
Run project in browser:
python manage.py runserver
[UNDER CONSTRUCTION]
If you want to add to it, go ahead. It's a fairly simple application, but could be expanded more.
- Fork it!
- Create your feature branch:
git checkout -b <YourInititals-WhatNewFeatureDoes>
- Commit your changes:
git commit -m 'Add some feature, or whatever'
- Push to the branch:
git push origin <YourInititals-WhatNewFeatureDoes>
- Submit a pull request :D
Small note: If editing the Readme, please conform to the standard-readme specification.
Project Managers:
- Steve Brownlee- BackEnd Instructor
- Brenda Long- FrontEnd Instructor
- Meg Ducharme- Teacher's Assitant
- Gilbert Diaz- Teacher's Assistant
Thank you all for your invaluable knowledge, your patience, and your care for your students. Without the four of you, I know that I, and my classmates at NSS, wouldn't be anywhere close to the developers we are now.
Build Contributors: