Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 450 Bytes

Build Status

devnews-core

Developer news aggregation engine and API endpoints

Deploying

Docker

git clone https://github.com/imjacobclark/devnews-core.git && cd devnews-core
docker build -t devnews-core .
docker run -d -p 3000:3000 --name devnews-core devnews-core

The API will now be exposed at http://localhost:3000