Skip to content

International-management-team/team-platform2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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