Skip to content

Files

Latest commit

dba0467 · Nov 21, 2019

History

History
28 lines (18 loc) · 587 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 587 Bytes

PluginDatabase API

API for a site to keep track of audio plugin software deals. plugindatabase.

Installation

  1. Clone the repo and install the necessary dependencies.
git clone https://github.com/jez321/shop-app
npm install
  1. Create the postgres database with /design/create-db.sql.

Usage

Start the API server and the frontend dev server.

npm run start

View http://localhost:3000 in your browser.

License

MIT