A platform that lists new editions of many magazines
Demo
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.
- Store magazine's information
- Store magazine's editions
- List any new editions of any magazines
- Scan the magazines automatically
- Send notifications when a new edition is found
- Data analysis and insights generation
Feel free to send us feedback on antonio.gally@gmail.com or file an issue. Feature requests are always welcome.
- Docker
- Git
- Node
- Yarn
git clone https://github.com/AntonioGally/magazine-reader.git
to clone this gitcd api
yarn
to install dependenciesdocker 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 onlocalhost:8080
cd interface
yarn
to install dependencies- Change the server URL to localhost on
./src/scripts/server.ts
yarn start
to run onlocalhost:3000
NodeJs
withTypeScript
for backendPostgres
for DatabaseAxios
for requestsCheerio
for reading html and xmlReactJs
withTypeScritp
for frontendReact Query
for fetching handlingReact Redux
for state managementAnt Design
for components and css frameworkHeroku
for NodeJs and postgres hostNetlify
for ReactJs host