ThePokerFaCcCe / teamwork

Simple team management website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

teamwork

Simple team management website for adding tasks for users

Installation

1 - Clone project

2 - Install pipenv with this command py -m pip install pipenv

3 - Create virtual environment and install packages using py -m pipenv install in cloned directory

4 - Create .env file in cloned directory and copy & replace .env.example with right data into it.

5 - Run py -m pipenv shell to activate virtual environment

6 - Migrate database with py manage.py migrate command

7 - Start server with py manage.py runserver command

8 - open http://127.0.0.1:8000/

About

Simple team management website

License:MIT License


Languages

Language:Python 61.6%Language:CSS 20.3%Language:HTML 17.9%Language:Shell 0.1%