- 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
- React/ Redux
- Node.js
- MongoDb
- 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/
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