Skip to content

MERN app using react as a frontend, express as a server and making connection to mongoDB Atlas to save data.

Notifications You must be signed in to change notification settings

zomsik/ReactWebClientApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

MERN app using react as a frontend, express as a server and making connection to mongoDB Atlas to save data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published