Last Updated: 4/15/22
Authors: Austin Driver, Zac Almas
We designed AZSnowSports with skiers and snowboarders in mind. Here you can post the tales of your great adventures on the slopes and make friends along the way. In future updates, we plan on AZSnowSports to include a shop where you can sell your old used gear and a way to create groups, so you're never alone when you hit the mountain.
Inside the github you should find a file labeled AZSnowSports.sql this is the database. You need to import this file into your SQL server before running AZSnowSports. If you don't have access to a SQL server then you can use the server that MAMP provides. Download MAMP and run the server. Through the web start button you can access PHPMyAdmin which is where you can import the SQL file. Please note you must have MAMP running everytime you start AZSnowSports
Inside the github their are zip files labeled BlogAPI, UserAPI, and EurekaServer, these are seperate applications used by AZSnowSports to pull data from the database. You need to unzip them, import them into your IDE, and run them all before trying to access AZSnowSports. Please note you must run the EurekaServer first.
- Blogs are now pulled from an API
- Users are now pulled from an API
- Admin navbar buttons have a strange positioning