Bounty Hunters
-
To create in mobile first a web application in which the users are immersed in the Wild West and sign up to catch the outlaw in the available missions created by a sheriff administrator.
-
The registered user can sign up and unsubscribe from each search mission and will receive a message that he/she has signed up for the hunt with information about the hunt.
-
Outlaw hunts have a deadline and expired ones will appear with a different design than the active ones.
- @FlorTiscornia (https://github.com/FlorTiscornia)
- @LolaGM (https://github.com/LolaGM)
- @veflo13 (https://github.com/veflo13)
- @CarmenGP (https://github.com/CarmenGP)
- @ZLoln (https://github.com/zloln)
- PHP 7.4 min
- Composer installed
- mySql
- Agile with Scrum in mob programming and pair progrmaming
- MVC software design pattern
- TDD
- Paginated list of hunts from most recent to least recent
- Increase the list of outlaws
- Email information to the hunter
- Regular validation expressions
- Give more information and options on the hunts
- Restrict the registration function to one per user.
- Show a past event as unavailable.
- Indicate in the Administrator form a button for highlights.
- Git clone https://github.com/CarmenGP/bountyHunters.git
- Go to the project directory cd bountyhunters
- Create a MySQL database named "outlaw"
- Create in the text editor an .env file by copying the contents of .env.example and modify the database name (laravel by outlaw)
- Install dependencies npm install composer install
- Activate the server and keep this terminal open npm run dev
- Run the PHP server and keep this terminal open php artisan serve
- Import database php artisan migrate:fresh --seed