Skip to content

Proxy server for question and answer service of Excursion Expert.

Notifications You must be signed in to change notification settings

excursion-expert/question_answer_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FEC Proxy Server Template

Overview

This is an template proxy server that you can use to quickly display all four individual services on one page, and ensure that your client applications will be able to communicate with their corresponding API. It consists of some middleware that serve up static asset requests, proxy requests for your individual client application bundles, and proxy requests from running client applications to their respective service.

Instructions

  • Run nvm use to switch the version of node required for this project. If this version isn't currently installed, run nvm install to install this version
  • Run npm install to install all the project dependencies
  • Read the information and instructions in server/config/services.js to provide the required configuration information to enable the proxying functionality
  • Run npm start or npm start:dev to start the server

About

Proxy server for question and answer service of Excursion Expert.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published