npm i && npm run dev
npm run parser
npm run aws
Simply go in the server/parsing/parsers folder and add a class similar to the one in the file named server/parsing/example_parser.js.
Then, import your new file in the server/parsing/parser.js file and add a new instance of your class in the parsers array.