aalonsog / CDPSgram-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDPSgram-server

Dependencies

  • node.js
  • npm

How to install

git clone https://github.com/aalonsog/CDPSgram-server.git
cd CDPSgram-server
npm install

How to configure

  • The server is configured to listen in port 8080. You can modify that folder using the env variable 'PORT'
  • The server is configured to use a photos REST server listening in "http://localhost:8000". You can modify it using the env variable 'PHOTOS_URL'

How to run

npm start

About


Languages

Language:JavaScript 58.9%Language:HTML 30.2%Language:CSS 10.9%