rishipr / teams

Work management platform for teams, inspired by Asana and built using a full JavaScript stack
95 stars 54 forks source link

Teams

Project management platform for teams, inspired by Asana and built using a full JavaScript stack

Demo

Go to Demo and create your own account or use username: t@test.com and password: test123. The demo is hosted on Heroku using their free tier. Thus, it may take 20-30 seconds for the Heroku dyno to wake up since it sleeps after 30 minutes of inactivity.

Current Status

Stack (MERN & Redux)

This project uses the following technologies

Progress

General

Projects

Tasks

Containerization & Deployment

Quick Start

Get up and running with a development server using the following commands

// Install all dependencies for client & server
npm run full-install

// Run client & development server with concurrently
npm run dev

// Assumes Node and npm are installed on machine
// Server runs on http://localhost:5000 (set in server.js) and client on http://localhost:3000 (default for Create React App)