Skip to content

pegeraw/doublequote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doublequote: Slogan Pending

Doublequote is an RSS reader prioritizing excellent UI/UX.

Status

Doublequote is not yet at MVP status, but it's under active development. Here's what's implemented so far:

  • File & environment based configuration
  • User login, signup, email verification and authorization
  • Feed CRUD (backend only)
  • Collection (groups of Feeds) CRUD (backend only)

The main backend item left is the engine for ingesting entries from RSS feeds. After that, I'll resume work on the frontend.

Building

Make sure the following dependencies are installed:

  • make
  • yarn
  • go
  • redis (on the default port, 6379)

Then, after cloning the repository, run:

  1. make build
  2. make migrate
  3. ./doublequote serve

And Doublequote should be running on port 8080.

Stack

Backend

Frontend

  • Written in Typescript with React + create-react-app