Skip to content
This repository was archived by the owner on Feb 16, 2020. It is now read-only.
Dave Safanyuk edited this page Apr 23, 2019 · 2 revisions

Welcome to the Fetchr wiki!

General info

Fetchr runs on Node.js

Before running make sure you have Node + NPM installed.

In /api and /client directories run the command npm install

  • This will install all necessary packages for Fetchr to run

Admin Page

You'll need to make sure you have an S3 bucket set up (used to store product images)

Database info

Database type: MySQL We have two schema scripts:

Product lists are generated automatically for both files.

Clone this wiki locally