Google Reader inspired self-hosted RSS reader written in VueJS with an Express NodeJS backend. RSSMonster is compatible with the Fever API.
#1.Create The Database with name go_db (or anything, just change on the function connect_db() with your database name) #2. Create Table create table with name users CREATE TABLE `users` ( `id` int(11) ...