Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.7 KB

File metadata and controls

66 lines (51 loc) · 1.7 KB

Team management platform

Description

The application is ultimate productivity hub: Projects, Tasks, Boards, Roadmaps, Chat, Goals, & beyond


Technologies

Backend

Python Django Django Rest Framework Postgres Gunicorn NGINX Docker githubactions

Frontend

  • React.js;
  • React Router 6;
  • JavaScript,
  • HTML5 and semantic tags;
  • CSS3 and grid layout, flexbox, adaptive, @media, @font-face;
  • Block Element Modifier methodology;
  • ...

Links

...


Installation and launch

Clone the repository and navigate to the project folder through the command line

git clone https://github.com/international-team-management/team-platform.git

Backend

Go to the backend folder

cd backend

Install dependencies

poetry env use python3.9
poetry install
poetry shell

Frontend

Go to the frontend folder

cd ...

Install npm dependencies

npm install