Skip to content

AntonioGally/magazine-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Obclio


Obclio

A platform that lists new editions of many magazines
Demo

Table of Contents

Introduction

Obclio it's a magazine platform with the objective of list new editions of several magazines at the same time. It is possible to register and configure any magazine and then list their new editions, having the functionality to scan the magazines and notify if any new edition has been released.

Features

  • Store magazine's information
  • Store magazine's editions
  • List any new editions of any magazines

Future features

  • Scan the magazines automatically
  • Send notifications when a new edition is found
  • Data analysis and insights generation

Feedback

Feel free to send us feedback on [email protected] or file an issue. Feature requests are always welcome.

Pre requisites

  • Docker
  • Git
  • Node
  • Yarn

Run Process

  • git clone https://github.com/AntonioGally/magazine-reader.git to clone this git
  • cd api
    • yarn to install dependencies
    • docker run --name pg_obclio -e POSTGRES_USER=root -e POSTGRES_PASSWORD=root -p 5432:5432 postgres to create and run a postgres docker image
    • create the database following the schema process on ./src/app/database/schema.sql
    • create a .env file in ./api
    • paste these variables
      ACCESS_TOKEN_SECRET=e8988b8110fd7edff0cc5b5f1837f9760f9ec0e6f1429d31fc6bc0be79c477abd76996014caedb8a614a72ecee57d9435e2c2929e08c27287d87ffb0158b902912281236897
      REFRESH_TOKEN_SECRET=e59712d55aaaa9287dcc86708c1894acfe8c09ef393b9e49f834fa83843df2be2008b6bab20142a9461de8d1f659d22928303273451f99ff4b4fa611ace3bf729083d92349
      LOCAL_DEVELOPMENT=true
      POSTGRES_HOST=localhost
      POSTGRES_PORT=5432
      POSTGRES_USER=root
      POSTGRES_PASSWORD=root
      POSTGRES_DATABASE=magazinereader
      
    • yarn test to run on localhost:8080
  • cd interface
    • yarn to install dependencies
    • Change the server URL to localhost on ./src/scripts/server.ts
    • yarn start to run on localhost:3000

Stacks

  • NodeJs with TypeScript for backend
  • Postgres for Database
  • Axios for requests
  • Cheerio for reading html and xml
  • ReactJs with TypeScritp for frontend
  • React Query for fetching handling
  • React Redux for state management
  • Ant Design for components and css framework
  • Heroku for NodeJs and postgres host
  • Netlify for ReactJs host

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages