A simple CRUD app using the Laravel PHP framework paired with Vue.js + VueRouter. WIP.
- Check out cheat codes from your favorite games.
- Register and login to add and edit codes.
- Coming soon:
- Associate cheat codes with your favorite games
- Associate games with your favorite systems
- Vote for your favorite cheat codes
- Clone this repo
git clone git@github.com:mccheesy/cheatify.git
- Run the migrations
cd cheatify
php artisan migrate
- Customize the .env file
cp .env.example .env
vi .env
- Navigate to the site
- Enjoy!