Code Monkey home page Code Monkey logo

microbricks's Introduction

MicroBricks

MicroBricks is a PERN (PostgreSQL, Express, React and Node) stack web app for closed-source web scraping framework MultiScrape.
Its search feature allows users to look through product databases and visualize aggregated data using Chart.js charts.

Homepage top Homepage bottom w/ chart
Homepage top Homepage bottom

Features

  • Search engine for PostgreSQL product database
  • Include charts created by Chart.js framework for price and quantity history
  • Use filter and sort options to further narrow down search

Installation

Simply use git clone https://github.com/yzwetsloot/microbricks.git to clone this repository to your local machine.

Configuration

Client uses config.js file to specify special configuration parameters (such as how many products should be rendered per page).
Server uses .env file to specify environment variables, such as listening port, database configuration etc.

Usage

Client

  • npm install: installs dependencies
  • npm run start: start React's built-in development server
  • npm run build: create build folder which will be used by Express to serve static files

Server

  • npm install: installs dependencies
  • npm run start: run Express server
  • npm run server: run Express server using nodemon

Docker

  • docker build -t microbricks .
  • docker run -d --name microbricks-app -p 80:80 microbricks (include --net=host if attempting to connect to host machine)

Notes

  • Project is still in development
Icons made by Freepik from www.flaticon.com

microbricks's People

Contributors

dependabot[bot] avatar yzwetsloot avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

batusonmez

microbricks's Issues

PostgreSQL content

First of all thank you for this project, I really like the idea.
I'm trying to use it, I tried by reverse engineering to create the correct content (tables, columns, ...)into my DB but it's really difficult.
Can you please share your DB content (or the commands to create it as compatible with your project?) ?

Thanks in advance

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.