Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 350 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 350 Bytes

Tiny framework to read and parse RSS feeds

Set up the project

  • Install the dependecies:
npm install
  • Restore the database file in database/db.sql (MariaDB was used).
  • Duplicate the .env.example file and remove the .example extension.
    • Complete the env variables in that file.
  • Finally run:
npm run server