Skip to content

ZeroWk-EM/ServerTS-MultiSever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ServerTS-MultiSever

Installation

  1. Clone the repository from your terminal:

    git clone https://github.com/ZeroWk-EM/ServerTS-MultiSever.git
    
  2. Install the dependencies:

    npm install
    
  3. Fill .env file with your openweathermap API KEY && PORT

    PORT=
    OPEN_WEATHER_API_KEY=
    OPEN_WEATHER_BASE_URL=https://api.openweathermap.org/data/2.5
    RANDOM_USER_BASE_URL=https://randomuser.me/api/
    
  4. Start the server:

    npm  start
    

About

This repository contains a server express for intercommunication between multiple backend servers (fakestoreAPI,openweather map)

Topics

Resources

License

Stars

Watchers

Forks