A web app to manage all your tasks and also includes features to collaborate in teams.I made this app as a part of Stack-Hack hackathon conducted by hackerearth at https://www.hackerearth.com/challenges/hackathon/stackhack-v1/. This project is based on MERN stack.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
-
Set MongoDB Database
This project requires nodejs and npm to run
sudo apt install nodejs
sudo apt install npm
A step by step series of examples that tell you how to get a development env running
clone the repository and run the following commands
git clone https://github.com/arpitgupta1906/stack_hack.git
cd stack_hack
npm install
Installing react app
cd frontend
npm install
npm run start
Its up and running on port 8080.
run on different terminal
cd frontend
npm run start
Its up and running on port 3000.