Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mayuradlak123/react-php-crud


https://github.com/mayuradlak123/react-php-crud

Last synced: about 15 hours ago
JSON representation

Awesome Lists containing this project

README

        

#backend
This repository contains the backend code for a user management system. The backend is built using PHP and MySQL.
git clone
install xampp server
start xampp and mysql server

Prerequisites
Before running the backend server, ensure you have the following installed:
Connection Detail
HOST:localhost
USERNAME:root
PASSWORD:
DATABASE : reactphp
This command will start a PHP development server. You can access your application at http://localhost:8000.

Node.js (version 20)
MySQL (version 8.2)
#frontend
Prerequisites
Before getting started, ensure you have the following installed:

Node.js (version 20)
Package Manager npm or yarn
Git (for version control)
cd your-project-directory
npm install
npm start

├── public/ # Static assets, index.html
├── src/ # React application source code
│ ├── components/ # Reusable components
│ ├── pages/ # Page components
│ ├── styles/ # CSS or Sass styles
│ ├── utils/ # Utility functions
│ ├── App.js # Main component
│ ├── index.js # Entry point
├── .env.example # Example environment variables
├── package.json # Project dependencies and scripts
├── README.md # Project README

React js