Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.03 KB

File metadata and controls

33 lines (25 loc) · 1.03 KB

Statistics site

Website presents statistics of marriages and divorces in individual provinces based on the population density of a given province. The data is downloaded via API from the local data bank from the website of the Central Statistical Office (Polish GOV site).

Project fully uses MERN stack - MongoDB + Express.js + React.js + Node.js.

How do I use it?

Open this site hosted on github pages.

OR

  1. Clone this repository.
git clone https://github.com/zomsik/ReactWebClientApp.git
  1. Enter project folder.
cd ReactWebClientApp/
  1. Install all required node modules.
npm install
  1. Run the project with:
npm start

Server side

Server uses Node.js, Express.js and Moongose to work. It is hosted on free Microsoft Azure Server so it take some times to receive first response from server. After that it works very efficiently.

Code of the server side is here.