Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayuradlak123/react-php-crud
https://github.com/mayuradlak123/react-php-crud
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mayuradlak123/react-php-crud
- Owner: Mayuradlak123
- Created: 2024-05-09T11:38:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T12:10:20.000Z (8 months ago)
- Last Synced: 2024-11-13T09:38:32.184Z (2 months ago)
- Language: JavaScript
- Size: 360 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 serverPrerequisites
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 READMEReact js