Skip to content

Remote-Teams/remote-teams-official

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Teams - The Ultimate Project Management Tool For Tech teams that work remotely -

Technologies Used

NodeJS MongoDB React Redux SASS Express.js Redis JWT NPM Socket.io AWS Cloudflare Nginx Docker Jenkins Prometheus Postman Swagger

Demo Video

remote-teams-demo.mp4

Dashboard

Project Management

Task Scheduling

Remote Teams: Backend

How to setup:

  1. install docker, docker-compose
  2. copy dominate frontend dist folder in '/var/dominate/dist/dominate-frontend/'
  3. run 'docker-compose build'
  4. run 'docker-compose up --scale dominate=2 -d'

Local Setup -

Make sure Redis and MongoDB are installed and the servers for them have been started in the background.

  1. git clone https://github.com/RemoteTeams/remote-teams-official.git
  2. npm install
  3. npm run local