The Meme Exchange is an online web 💻 and mobile 📱 platform which allows users to buy and sell memes for a profit 💰.
Checkout the frontend repo for more information.
- The database schema and all related associations can be found here
- The overall architecture follows the standard Ruby on Rails MVC pattern. The controllers were kept slim and the models contain all the business logic
- There are cron jobs which track the prices of memes based off of the number of upvotes on Reddit
- This is an API-only repo and all the API/v1 endpoints can be found in the controllers folder