Giter Club home page Giter Club logo

task-manager's Introduction

Hexlet tests and linter status:

Actions Status Testing Status Maintainability Test Coverage

Task manager

Task Manager โ€“ a task management system similar to http://www.redmine.org/. It allows setting tasks, assigning performers, and changing their statuses. To work with the system, registration and authentication are required. Built with Django.

The deployed project can be viewed here

Getting Started

Prerequisites Ensure you have Python installed on your machine. Also, in case of cloning the repo you'll need Poetry. This project uses Django, so familiarity with Django concepts is beneficial.

git clone https://github.com/Midnight95/python-project-52.git
cd python-project-52
make install

Run migrations:

make migrate

Start the server:

make start

or

  • Install package directly with pip3 install git+https://github.com/Midnight95/python-project-52.git.

You're on your own when it comes to running the app in this case though.

Environment Variables

Create .env file inside project directory with this variables:

SECRET_KEY: Set your Django secret key. Generate one using Djecrety if needed.

DEBUG: Enable debugging by setting to True. Use False or leave empty for production.

DATABASE_URL: Specify the connection string for your PostgreSQL database. Defaults to SQLite.

task-manager's People

Contributors

midnight95 avatar

Watchers

 avatar

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.