Skip to content

A fairly simple task manager that shows the accumulation of what I learned in the backend at NSS.

License

Notifications You must be signed in to change notification settings

MaxwellCoriell/DjangoTaskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BackendCapstone

DjangoTaskManager

standard-readme compliant

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.

Table of Contents

About

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.

Prerequisites

Install pip

Install Python 3.6

Install Django:

pip install django

Installation

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

Usage

[UNDER CONSTRUCTION]

Contribute

If you want to add to it, go ahead. It's a fairly simple application, but could be expanded more.

  1. Fork it!
  2. Create your feature branch: git checkout -b <YourInititals-WhatNewFeatureDoes>
  3. Commit your changes: git commit -m 'Add some feature, or whatever'
  4. Push to the branch: git push origin <YourInititals-WhatNewFeatureDoes>
  5. Submit a pull request :D

Small note: If editing the Readme, please conform to the standard-readme specification.

Credits

Project Managers:

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:

License

MIT © 2017 Max Baldridge

About

A fairly simple task manager that shows the accumulation of what I learned in the backend at NSS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published