Giter VIP home page Giter VIP logo

teams's Introduction

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: [email protected] 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

  • Authentication
  • Dashboard view

Projects

  • Create and fetch team projects
  • Edit team projects
  • Delete team projects (only project owner should be able to delete)
  • Access shared projects

Tasks

  • Create, set deadlines for and assign tasks for teams
  • Update tasks
  • Complete and delete tasks

Containerization & Deployment

  • Deployment (Heroku)

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)

teams's People

Contributors

rishipr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

teams's Issues

nodemon issue

Hi,

Nodemon is used in this repo to run the server side app, but nodemon is not listed under dependencies section anywhere. So when trying to up server is just breaks due to non-availability of nodemon.

Following is the error stack trace.

[0] > nodemon server.js
[0]
[1]
[1] > [email protected] client E:\workspace\rapidhelpfront
[1] > npm start --prefix client
[1]
[0] 'nodemon' is not recognized as an internal or external command,
[0] operable program or batch file.
[0] npm ERR! code ELIFECYCLE
[0] npm ERR! errno 1
[0] npm ERR! [email protected] server: nodemon server.js
[0] npm ERR! Exit status 1
[0] npm ERR!
npm ERR! Failed at the [email protected] server script.
[0] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
[0]
[0] npm ERR! A complete log of this run can be found in:
[0] npm ERR! C:\Users\admin\AppData\Roaming\npm-cache_logs\2019-09-08T17_32_21_245Z-debug.log
[0] npm run server exited with code 1

Should I raise a pull request with fix ?

Thanks.

full-install created the symlink to the original teams folder instead of creating the node_modules folder with client side dependencies

Hi,

When I ran the command "npm run full-install", it worked fine for the outer package.json i.e. created a node_modules folder in root directory with the listed dependencies in package.json file. But, within "client" folder it created a node_modules folder, which contained a symlink to the original "teams" folder. What I expect is, it should have created install the client side dependencies within this node_modules folder. I am doing this on windows machine and following is how it looks there.

image

I understand that it can be resolved by deleting the node_modules folder created within client folder and running the npm install command within the client folder. But not sure why it didn't worked as provided in the repo's description. Is this some OS/Machine specific issue ?

Kindly Guide.

Thanks

Deployed App always times out - Heroku

Hello,
I am trying to reproduce the Heroku deployment process. I can deploy it successfully but whenever I try to register a user, I get a timeout response with error code H12 on Heroku.

Here is my heroku logs --tail command output with the error log

2019-10-04T05:14:17.635697+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=POST path="/api/users/login/" host=chatplace.herokuapp.com request_id=bdca9ed4-4880-47a2-96e8-974f53435470 fwd="72.94.180.182" dyno=web.1 connect=2ms service=30000ms status=503 bytes=0 protocol=https

I was wondering if any one had a similar issue.

Best,
Yigit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.