Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 2.89 KB

README.md

File metadata and controls

60 lines (41 loc) · 2.89 KB

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