https://github.com/harundogdu/react-express-mysql-crud-app
This project is the MERN Full Stack application that I developed using Node Js, MySQL, Express Js, Create React App.
https://github.com/harundogdu/react-express-mysql-crud-app
mysql nodejs nodejs-mysql-curd react
Last synced: about 2 months ago
JSON representation
This project is the MERN Full Stack application that I developed using Node Js, MySQL, Express Js, Create React App.
- Host: GitHub
- URL: https://github.com/harundogdu/react-express-mysql-crud-app
- Owner: harundogdu
- Created: 2022-09-21T13:05:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T20:26:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T13:41:40.074Z (4 months ago)
- Topics: mysql, nodejs, nodejs-mysql-curd, react
- Language: JavaScript
- Homepage:
- Size: 390 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## react-express-mysql-crud-app
Bu proje [Create React App](https://github.com/facebook/create-react-app), Express.js ve MySQL kullanalarak geliştirilmiş CRUD uygulamasıdır.
## Kurulum
İlk olarak aşağıdaki komutu kopyalanız. Ardından terminal ekranını açarak, projenin kurulmasını istediğiniz bir alana gelerek yapıştırıp çalıştırınız.
```sh
git clone https://github.com/harundogdu/react-express-mysql-crud-app.git
```Klonlama işleminin ardından backend işlemleri için terminal ekranına projenin adını yazarak, aşağıda bulunan kodu yapıştırıp çalıştırınız.
```sh
cd react-express-mysql-crud-app && npm install
```## Çalıştırma
Projeyi çalıştırmak için ilgili klasörlere gelip, aşağıdaki komutu yazmanız yeterli olacaktır.
```sh
npm start
```## Daha fazlası
Daha fazlası ve aklınıza takılan herhangi bir soru için için bana kişisel [web sitem](https://harundogdu.dev/) üzerinden ulaşabilir, "Pull Request" isteklerinde bulunabilirsiniz.