Node.js backend for a news website, currently serving endpoints in JSON format.
Node.js v13 minimum
git clone https://github.com/blueca/be-news-ag.git
Install dependencies:
cd ./be-news-ag
npm install
Run endpoint unit tests:
npm run test
Run locally on http://localhost:9090/
:
npm run dev