API for a site to keep track of audio plugin software deals. plugindatabase.
- Clone the repo and install the necessary dependencies.
git clone https://github.com/jez321/shop-app
npm install
- Create the postgres database with /design/create-db.sql.
Start the API server and the frontend dev server.
npm run start
View http://localhost:3000 in your browser.