/elearning-backend

Elearning Backend For Collage Assignment

Primary LanguagePHP

E-Learning Backend

Elearning Backend is a backend system made using Laravel 8

Installation

Install Dependency

Use the package manager composer to install e-learning backend.

composer install

Copy .env file

php -r \"file_exists('.env') || copy('.env.example', '.env');\"

Generate Laravel Key

php artisan key:generate --ansi

Generate JWT Secret

php artisan jwt:secret

Migrate Database

php artisan migrate:fresh

Seed Database

php artisan db:seed

Development Preview Mode

php artisan serve

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT