Skip to content

Jennimar17/CRUD--Laravel-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD: Laravel/React

Project: Simple list of tasks to do.

Tech Stack

Client: React

Server: Laravel

Installation

  • Git clone
  • CD in the corresponding directory Backend or Frontend

Backend

  • Install Composer/Laravel dependencies
  composer install
  • Create .env file
  cp .env.example .env
  • Edit the .env file and add your database credentials (you will need to have made a database for the project to use)
  • Generate the application key
  php artisan key:generate
  • Migrate the database
  php artisan migrate

Run Server

php artisan serve

Frontend

  • Install Node dependencies
  npm install

Deployment Frontend

To deploy this project run

  npm start

Demo

https://drive.google.com/file/d/18QbuMGvL4ie2LN8CHUeetEvnx5oxGAju/view?usp=sharing