Todo Application : Simple Todo Appication with React and Node js
Please be sure you are using nodeJS above 8.9.3 LTS
.
Install the repository locally:
git clone git@github.com:akashsairaja/todo-application.git
cd client
cmd npm install
/client/src/classes
cd server
cmd npm install
cd /helpers
vi index.js
modify: mongoUrl=`mongodb://localhost:27017/graphdb`
cd clinet
npm start
cd server
npm start
Open http://localhost:3000/
in browser.