Crypto currency has grown exponentially in the last few years and this application allows users to come together and connect with others. This application fills the void of what's missing today - an simple spot to communicate with other crypto currency fans. A fan can be someone new to this world or a long-time online investor.
-
Check the package.json file - this application has several dependencies including mySQL2, express, sequelize and more.
-
This application uses two APIs: Coin Paprika & Crypto Compare. Request your API keys & added to local .env file.
- After cloning this repository, run following command for dependencies.
npm install
- Create a '.env' file with your MySQL username & password. DB name listed below.
DB_NAME=cryptoChat_db
- Schema and seeds files are available and should be executed prior to application use via
npm run seed
Look for 'cryptochat_db' and three tables (user/comment/post) to verify files successfully ran.
- To run the application, enter the following command inside terminal.
node server
-
Stefanie Logan
-
Raquel Scofield
-
Marisa NeSmith