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.
• DaisyUI
• JavaScript
• Tailwind CSS
• Express.js
• Cloudinary
• Coinlib API
• Heroku
• Mongo DB
• Mongoose
• Multer
• Node.js
• PassportJS Coinbase OAuth 2.0 Strategy
• 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.
• 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
NPM install
Clone the repo git clone https://github.com/toniwilliams1/CryptoConnect.git
NPM Start