Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 2.69 KB

README.md

File metadata and controls

54 lines (46 loc) · 2.69 KB

Art(ists) + Software

Setup

  1. Install nodejs
  2. Clone repo: git clone [email protected]:lmccart/art-software.git
  3. Navigate to repo: cd art-software
  4. Install dependencies: npm install
  5. Copy in .env and art-software-5624b11287ef.json files. (Email Lauren)

Running

Reference

The server component is currently hosted on a DigitalOcean droplet (http://167.99.175.36), using Node.js and mongoDB. The uploaded artist files are hosted on Google Cloud Storage. Eventually, we would like to move this off of DigitalOcean and onto the DMA server. We are currently using jSPDF to generate PDFs on the client side. This is a temporary test and we are exploring other tools.

The Backend spec outlines the API the server provides. TODO: Move this document to this readme once API is more stable.