Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mushfiqurniazzz/mysql-crud-operations-with-nodejs-and-reactjs
This app allows users to save users with name and email with specific id for everyone, featuring functionalities like create, read, update, delete. It uses MySQL as the database to store users, Express.js for handling server-side logic, React.js for building the user interface, and Node.js for server-side runtime environment.
https://github.com/mushfiqurniazzz/mysql-crud-operations-with-nodejs-and-reactjs
bootstrap crud css express expressjs expressroute expressrouter javascript jsx modal mysql mysql2 nodejs react single-page-app
Last synced: about 2 months ago
JSON representation
This app allows users to save users with name and email with specific id for everyone, featuring functionalities like create, read, update, delete. It uses MySQL as the database to store users, Express.js for handling server-side logic, React.js for building the user interface, and Node.js for server-side runtime environment.
- Host: GitHub
- URL: https://github.com/mushfiqurniazzz/mysql-crud-operations-with-nodejs-and-reactjs
- Owner: mushfiqurniazzz
- Created: 2024-05-16T16:15:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T10:39:58.000Z (8 months ago)
- Last Synced: 2024-05-22T11:19:34.119Z (8 months ago)
- Topics: bootstrap, crud, css, express, expressjs, expressroute, expressrouter, javascript, jsx, modal, mysql, mysql2, nodejs, react, single-page-app
- Language: JavaScript
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MySQL CRUD - Nodejs, Reactjs
https://github.com/mushfiqurniazzz/Mysql-CRUD-Operations-With-Nodejs-And-Reactjs/assets/148959859/c0adf4d1-336c-4ee1-b28b-c5528eb481d0
This app allows users to save users with name and email with specific id for everyone, featuring functionalities like create, read, update, delete. It uses MySQL as the database to store users, Express.js for handling server-side logic, React.js for building the user interface, and Node.js for server-side runtime environment. The app provides a seamless experience for users to save users and time.
Running the Project Locally
To run this project on your local machine, follow these steps:
1. Clone the Repository: Clone this repository to your local machine:
git clone
2. Navigate to Project Directory: Move into the project directory:
cd
3. Install Dependencies: Install the necessary dependencies using npm or yarn:
npm install
or
yarn
4. Setup Environment Variables: Create a `.env` file in the root of your project directory and add the variables given in `.env.sample`
5. Start the Development Server: Run the following command to start the development server:
npm start
6. Access the App: Open your web browser and navigate to `http://localhost:3000` for frontend `http://localhost:5000` to access the app. You can now use the app locally on your machine, connected to your MySQL database using the variables specified in the `.env` file.
7. Note: The project may not work if you do not install dependencies in both front end and backend. So you would have to apply step 2 and 3 twice, once in frontend and once in backend.