Giter Site home page Giter Site logo

mutualistic's Introduction

mutualistic

An open-source news website for content created by non-profit outlets

List of All Potential Sources

Useful Resources

https://en.wikipedia.org/wiki/List_of_news_media_APIs

Techstack

Current

  • React.JS in Typescript
  • Vanilla CSS

Planned

  • MySQL
  • Express.js
  • Python (to scrape/collect data)

Data Structures

Users Table (in MySQL):

Username varchar(255)
Email varchar(255)
TopicsOfIntrest varchar(5000) //Stringified JSON Array of topic names (see topics.json)
Location varchar(255)
PoliticalLeaning varchar(255)
Readlist Text //Stringified JSON Array of read article IDs, used to prevent reshowing of articles
FavoritedStories Text // Stringified JSON Array of article IDs
HiddenPublishers Text // Stringified JSON Array of publisher IDs

Article Database Table (in MySQL):

articleID varchar(255)
publisherID varchar(255)
title varchar(255) // may make longer
publishDate varchar(255) // Stringified Unix timestamp
articleImageSlug varchar(255) // may make longer

Planned Features

  • Allow users to upload content from their High School or Local College Newspapers
  • Allow users to favorite articles
  • Allow users to blacklist publishers
  • Algorithm to detect topic of article and to connect that with user preferences
  • Show users articles based on poltical leaning
  • More sources!

mutualistic's People

Contributors

qpxdesign avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.