This application allows you to find your favorite artists using the Artsy API
Try App
- Encrypted Login & Register
- API calls to Artsy and to database
- CRUD Functionality
- Responsive Application
- React
- Axios
- Bootstrap
- Three.js
- Nodemon
- Postgres
- Express
- CORS
- Artsy API
- Jest
git clone https://github.com/adnjoo/artexplorer
cd artexplorer/client
npm install
npm start
Simultaneously:
cd server
npm install
npm start
npm test