Laravel + KnockoutJS CRUD application
Apache Http + php + MySQL + Composer
- Clone the git
$ git clone https://github.com/milosevicn/contactsapp.git
- Navigate to the project dir
$ cd contactsapp
- Install dependencies
$ composer install
- Create a schema on your DB
- Configure
.env.example
file and rename it to.env
Credentials for admin user are [email protected]
and admin123
. Admin user is being created by default.
Use db_import
file to create tables.