SadmanSarar / news-app-web.

A demo laravel project build to support the flutter project https://github.com/SadmanSarar/flutter-news-app

Home Page:http://news-app.sadmansarar.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About New App

This is a web application based on laravel framework build to support the flutter application built here.

##Installation Process

  • Clone the repository
  • Install composer. For details visit this link
  • open terminal in project directory and run command composer install
  • create a mysql database
  • copy .env.example and rename the copy .env
  • fill up the following with appropriate data in .env file
DB_CONNECTION=mysql {Change if required}
DB_HOST=127.0.0.1 {Change if required}
DB_PORT=3306 {Change if required}
DB_DATABASE=YOUR_DB_NAME
DB_USERNAME=YOUR_DB_USER_NAME
DB_PASSWORD=YOUR_DB_PASSWORD
  • run php artisan key:generate
  • run php artisan migrate.
  • If you are running in you pc run php artisan serve

Usage

  • visit APP_URL/login
  • default E-Mail Address: admin@admin.com and Password: admin

Demo

    E-Mail Address: admin@admin.com 
    Password: admin

#TODO

  • integrate notification system

About

A demo laravel project build to support the flutter project https://github.com/SadmanSarar/flutter-news-app

http://news-app.sadmansarar.xyz


Languages

Language:PHP 54.4%Language:HTML 45.4%Language:Vue 0.2%