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

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.

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.