Skip to content

SquashConsulting/rss-reader-backend

Folders and files

NameName
Last commit message
Last commit date
Jul 8, 2020
Jul 8, 2020
Jun 30, 2020
Jun 29, 2020
Jul 8, 2020
Jul 5, 2020
May 31, 2022
Jul 8, 2020
May 31, 2020

Repository files navigation

RSS Reader Backend

Running The Service

  1. Copy .env.example into .env and use the examples to set up your environment.

  2. run npm run setup:repo to set up all the necessary document and edge collections with required indexes.

  3. run npm run live to start the nodemon server.

Available Scripts

  • npm run live - start nodemon server
  • npm run setup:repo - sets up all the necessary document and edge collections with required indexes.
  • npm run teardown:repo - truncates all the existing non-system document/edge collections.
  • npm run seed:repo - Seeds the database with predefined collections.
  • npm run reset:repo - tears down the db then sets it up.

API Documentation

You can check out the Docs here