Skip to content

SirMekus/todo

Repository files navigation

Installation

For these instructions I assume you have a development server on your local machine. If you don't the below could differ a bit especially in the area of URL for navigation. If your URL won't be served from a "localhost" (or 127.0.0.1) then you may experience CORS issue. In this case just send me the domain from which you're testing so that I can add it to the 'Whitelist'

  1. Clone this repository

  2. Run composer install

  3. Create and fill the .env file (example included /.env-example)

  4. Run php artisan migrate to create database tables

  5. Seed the database by running php artisan db:seed

  6. Seed the database by running php artisan db:seed --class=SpecialAdminSeeder. This command will create a default Admin account with super abilities such that you can then log in. The credentials are below.

  7. Run php artisan storage:link

  8. Visit http://your-backend/login and happy surfing

Login details: mekus600@gmail.com / password

Please note that for all admins and users created their default passwords are "password" and their username can be fetched from the database - in this case their email address.

About

task manager and assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors