Skip to content

The FakeNews API, responsible for distributing the fake news blacklist

Notifications You must be signed in to change notification settings

dimspith/fn-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FakeNews API

A really simple API that serves a json list of sites to be blocked by the chrome extension.

Installing

Follow the official guide to install Phoenix

Running in Development Mode

To start the server:

  • Install dependencies with mix deps.get
  • Initialize database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server
    • To start in interactive mode use iex -S mix phx.server

Running in Production Mode

  • Install dependencies with mix deps.get
  • Initialize database with mix ecto.setup
  • Start Phoenix endpoint by running the script ./start_prod.sh