Giter Site home page Giter Site logo

task_management_system's Introduction

Portfolio Project: Task Management System

Project Description

The Task Management System is a web application that allows users to manage, track, and organize their tasks. The application provides user authentication features, enabling users to register, log in, and manage their own tasks. Tasks can be created, edited, viewed in detail, and deleted. This system is designed as a portfolio project for the "Modern Software Engineering with DevOps" course.

Technologies Used

  • Python: The main programming language used for developing this application.
  • Django: A high-level Python Web framework that enables rapid development of secure and maintainable websites.
  • Django ORM: Provides a way to define and manipulate databases in Python code, rather than using SQL.
  • PostgreSQL: The database used by this project.
  • Docker: A platform used to develop, ship, and run applications inside containers.
  • HTML: Markup language for creating web pages.
  • CSS: Style sheet language for stylizing web pages.

Installation & Setup

To run the Task Management System, you should have both Docker and Docker Compose installed on your machine. Follow the steps below to set up the application:

  1. Clone the GitHub repository:
git clone https://github.com/joshuadanpeterson/task_management_system.git
  1. Navigate to the project directory:
cd path_to_directory
  1. Use Docker Compose to build and run the application:
docker-compose build
docker-compose up -d
docker compose exec web python manage.py migrate

The application should now be accessible at http://localhost:8000/.

Key Project Details

Title Details
Bootcamp Nucamp
Course Modern Software Engineering with DevOps
Due Date August 19, 2023
Project Author Josh Peterson

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.