A simple counter created with React, Express and MongoDb
You need to have a local Mongo database listening to port 27017
Visit if you need help getting setup https://docs.mongodb.com/manual/installation/
$ git clone https://github.com/cloutierMat/reactCounter.git
$ cd reactCounter
You will now be in the project. Note that backend and frontend need to be initialized separately.
$ cd backend
$ npm install
$ npm start
$ cd ../frontend
$ npm install
$ npm start