The purpose of the app is for cryptocurrencies holders to check what venues out there are accepting their cryptos.
AcceptMyCrypto uses coinmarketcap api to get crypto info shown below
- Name
- Symple
- Price
- Logo
- Website URL
AcceptMyCrypto doesn't rely on any third party API to get the venues data set. All data regarding venues are manually inserted by the team. Two ways we come up with the venues data
- Team does marketing research and submit manually
- Users submitting prospective venues to us. We verified and submit manually.
npm run dev
- SOURCE schema.sql
- SOURCE seeds_venues.sql
- Go to : http://localhost:3001/cryptos after running
nodemon server.json command line - SOURCE seeds_cryptos-venues.sql
- SOURCE seeds_deals.sql
- SOURCE seeds_users.sql
- SOURCE seeds_crypto_comments.sql