Web application allows to create, update and delete contacts and invoices. It uses React and Material UI on frontend and Node.JS, Express, MongoDB on backend. (MERN stack). The app allows to synchronize contacts and invoices with Xero accouning software.
-
Make sure mongodb is running, modify connection details in database.js if required.
-
Install global dependencies with
npm install -g gulp react-tools browserify
-
Install dependencies with
npm install
-
Run app with
gulp serve
ornode server/server
-
if running on http://localhost:9003/ (with browsersync) change port in config.js from 7777 to 9003
- ReactJS (v0.14.3)
- React-Router (v1.0.3)
- Material UI (v0.13.3)
- Express.js
- Passport
- Node.js
- Mongoose.js
- MongoDB
- Gulp
- Browserify
- Babel
- xero-client