Skip to content

A mini project created during EvolveU course. It stores the count on a local mongoDb.

Notifications You must be signed in to change notification settings

cloutierMat/reactCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Counter

A simple counter created with React, Express and MongoDb

Instalation

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.

First start the server

$ cd backend
$ npm install
$ npm start

You can now start the React server

$ cd ../frontend
$ npm install
$ npm start

About

A mini project created during EvolveU course. It stores the count on a local mongoDb.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published