Skip to content

Commit

Permalink
Set up instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoijr3107 committed Dec 23, 2022
1 parent 0ea5c38 commit f64e44a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
GOT YOUR BACK platform
Complaint Management System (Got Your Back)

How to get started

1. Clone This repository
2. run composer update
3. copy .env.example file to .env
4. edit your database configurations
6. generate application key by running php artisan key:generate command
7. Run migration
8. Run database seed
9. Start your application
10. You can access your application at localhost:8000, admin can login through localhost:8000/login

Demo logins
username: admin@admin.com
Password: 123456

0 comments on commit f64e44a

Please sign in to comment.