https://video-game-soc.herokuapp.com/
- Alexander Davis
- Enzo Desiage
- Daniyar Irishev
- Tanisha Mandre
- Xiangyi (Betty) Zeng
We used the laravel framework to create our website. It made it easier for us to use a model-view-controller architecture. We also used it for local development so we didn't have to use code envy because it was too slow. We also used the laravel authentication bootstrap. It was really helpful in that it came with a function to encrypt passwords.
Running dev server locally php artisan serve
Pulling database
Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework, making it a breeze to get started learning the framework.
If you're not in the mood to read, Laracasts contains over 1100 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.
We used bootstrap to unify our UI and make it look nice. It also made it easy to make our website usable on mobile.
We hosted our site on heroku as it provides continuous deployment from the master branch of our repository. We also used postgreSQL because it is the only free SQL option with heroku.