Skip to content

EstebanHorn/CountryInfoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Country Info App

Installation

  1. Clone the repository
  2. Install dependencies for backend:
    cd backend
    npm install
    
  3. Install dependencies for frontend:
    cd frontend
    npm install
    

Running the Application

  1. Start the backend server:

    cd backend
    npm start
    
  2. Start the frontend server:

    cd frontend
    npm run dev
    

The frontend should be accessible at http://localhost:3000 and the backend at http://localhost:5000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors