Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 1.1 KB

README.md

File metadata and controls

72 lines (48 loc) · 1.1 KB

About

Stop Coronavirus COVID-19 RDC - Situation Épidémiologique en RDC http://www.stopcoronavirusrdc.info/

Installation

Use the package manager composer to install laravel and yarn or npm to install node module.

    composer install
    npm install or yarn install

Initialization

  • Rename file .env.example to .env
  • Update databse information

JWT token

    php artisan jwt:secret

Migration

    php artisan migrate

Install Laravel Admin

    php artisan admin:install

Storage link

    php artisan storage:link

initialize seeds

    php artisan db:seed

Compile SCSS

    yarn or npm watch

start server

    php artisan serve

Api Documentation

Contributing

License

MIT license.