Project management platform for teams, inspired by Asana and built using a full JavaScript stack
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.
This project uses the following technologies
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)