Table of Contents
This is an application made to learn MERN stack. Developed using a React frontend that communicates with a NodeJS backend running express that uses the RESTCountry API. The backend is in the 'backend' package and the frontend is in the 'client' package. The app is live on Render.com instead of Heroku HERE.
To run locally just clone the repository and install required dependencies.
For backend:
- npm
npm install npm start
For client:
- npm
npm install --legacy-peer-deps npm start
Note: When running locally you will have to change the fetch url to reflect your localhost instead of the deployment URL.
Name - Josemon Baby - babyjosemon77@gmail.com
Project Link: https://github.com/BabyJosemon/RestCountriesNode