Karla-Isabel-Sandoval / coinbase-contentful-integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coinbase / Contentful API Integration

This project integrates with the Coinbase and Contentful APIs.

API Backend - ExpressJS

Run the API backend using ExpressJS located in the index.js file. Run this on port 3000. When running this project, make sure to run the project with your API keys.

CONTENTFUL_SPACE_ID=xyz CONTENTFUL_ACCESS_TOKEN=xyz COINBASE_API_KEY=xyz COINBASE_API_SECRET=xyz node index.js

React Front-end

The front-end of the application was built using React. The create-react-app that performs this integration is in the fe folder.

About


Languages

Language:JavaScript 79.7%Language:HTML 13.3%Language:CSS 7.0%