Skip to content

JefferGonzalez/news-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News App

News App web app to list, add, delete the most important news in your area.

Developed with PHP-8. (Developing)

CRUD Web App

Table of contents 📃

Starting 🚀

Pre-requirements 📋

Installation 🔧

Local installation:

# Clone this repository
# linux (ubuntu) /var/www/html/
# windows: 
#  - for laragon in www folder
#  - for xammp in htdocs folder
$ git clone https://github.com/JefferGonzalez/news-app

# Change directory to the project path
$ cd news-app

Setup:

# Install dependencies
$ composer install

DBMS

In your DataBase Management System (MYSQL):

Copy and executed the script file of folder (Url 'app/database/script.sql')

.env file setup

Create an .env file and copy all content of .env.example

Then update .env file with you database credentials

Use 📌

Open your browser and go to the url of your project

http://localhost/news-app/

Built with 🛠️

About

News app make with PHP and React.js. Front End repository: https://github.com/JefferGonzalez/news-app-front-end

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published