Idenitity Buy is just a hobby project where users can get a list of identities they may want to "assume".
Code is structured with two primary folders ie: client and server.
Before you can work on this project locally you've gotta have these setup already
- Firebase Account
- Stripe Account
- Twilo's Sendgrid Email API
After you are done with the above
git clone https://github.com/iamziike/idenitity-buy.git
cd ./server && npm install && npm start
cd ./client && npm install && npm start
If this setup is drag, you can try see it live here, client is hosted on Firebase and server on Heroku