Skip to content

Latest commit

 

History

History
62 lines (32 loc) · 1.37 KB

File metadata and controls

62 lines (32 loc) · 1.37 KB

Crypto Connect

Connect with fellow traders and the world around you. Crypto Connect is a full stack web application where you can log in via Coinbase, stay updated on the latest assets, and rank other friends trades.

Key Technologies, Packages, and Gems

Front End

• DaisyUI

• JavaScript

• Tailwind CSS

Back End

• Express.js

• Cloudinary

• Coinlib API

• Heroku

• Mongo DB

• Mongoose

• Multer

• Node.js

• PassportJS Coinbase OAuth 2.0 Strategy

Core Features

• Users can create an account via email or log in through Coinbase, view live cryptocurrency prices, charts, and detailed coin data, and add coins to your portfolio.

• Rank your friends trades on the news feed and see the hottest crypto buzz.

Things to Add

• Create a .env file in config folder and add the following as key = value PORT = 2121 (can be any port example: 3000)

• DB_STRING = your database URI

• CLOUD_NAME = your cloudinary cloud name

• API_KEY = your cloudinary api key

•API_SECRET = your cloudinary api secret

Start App

NPM install

Clone the repo git clone https://github.com/toniwilliams1/CryptoConnect.git

NPM Start

CryptoConnect