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.
Open this site hosted on github pages.
- Clone this repository.
git clone https://github.com/zomsik/ReactWebClientApp.git
- Enter project folder.
cd ReactWebClientApp/
- Install all required node modules.
npm install
- Run the project with:
npm start
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.