Skip to content

BabyJosemon/RestCountriesNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RestCountriesNode

Table of Contents
  1. About The Project
  2. Installation
  3. Contact

About The Project

Product Name Screen Shot

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.

Built With

(back to top)

Installation

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.

Contact

Name - Josemon Baby - babyjosemon77@gmail.com

Project Link: https://github.com/BabyJosemon/RestCountriesNode

(back to top)