andrewnjoo / Art-Explorer

Full stack PERN app built with Artsy API | 🎨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Art Explorer

This application allows you to find your favorite artists using the Artsy API

Try App



Features:

  • Encrypted Login & Register
  • API calls to Artsy and to database
  • CRUD Functionality
  • Responsive Application

Technologies Used:

  • React
  • Axios
  • Bootstrap
  • Three.js
  • Nodemon
  • Postgres
  • Express
  • CORS
  • Artsy API
  • Jest

Deployment:

Quick-Start Instructions:

git clone https://github.com/adnjoo/artexplorer
cd artexplorer/client
npm install
npm start

Simultaneously:

cd server
npm install
npm start

Run Tests:

npm test

About

Full stack PERN app built with Artsy API | 🎨


Languages

Language:JavaScript 90.5%Language:HTML 7.7%Language:CSS 1.7%