Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 931 Bytes

File metadata and controls

39 lines (26 loc) · 931 Bytes

[SPRINT 2] CC-2 FUTURESEEKERS Group Assignment

(SE_GROUP-02)

Sprint 2 roles:

  • Mohammed Yahya -> SCRUM MASTER
  • Dilki Delgoda -> QUALITY ASSURANCE
  • Siduja Perera -> BUSINESS ANALYST
  • Avishka Senanayake -> DEVELOPER

Methods of use:

  • Go to your htdocs folder and create a file called 'futureseekers'
  • And in that folder, pull this repository
  • Start XAMPP Apache and MySQL service models

In the address bar of the file directory, type 'cmd' (or powershell) and type:

php spark migrate (to create all db tables automatically)
php spark db:seed AdminSeeder (add admin login data to database)

php spark migrate:rollback (if you want to drop all tables)

To go to the webpage, type in your browser address bar :

http://localhost/futureseekers/public/

Admin logins from seeder file are:

- [email protected]
- admin123

This assignment was for the Commercial Computing 2 AGILE Assignment