Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.15 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.15 KB

Clout Companion

cc

Features

  • A dashboard to help keep track of resell profits
  • Paypal, StockX & Grailed fees calculator
  • A resources page to help upcoming resellers with their business
  • Login integration with Twitter & Facebook

Tech Stack

  • React/ Redux
  • Node.js
  • MongoDb
  • Docker

Running locally (with Docker)

Install docker here

From the root directory of the project run docker-compose up --build

The app should now be serving on http://localhost:3000/

Running locally (without Docker)

Run npm install in both the client and server directories

Uncomment the code in setupProxy.js and comment the existing app.use

Uncomment the mongoose section in server/index.js and comment the existing mongoose.connect

npm start in client folder

nodemon in server folder

Make sure mongo is running in the background as well

Note: You will need to create a .env file in the server directory with the following content

twitterKey=yourKey
twitterSecret=yourSecret
jwtSecret=yourSecret