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