Skip to content

Application using React, Node.js and MySQL, for creating articles and references, which can be visualized, modified and erased, filtered and sorted based on the date of the article.

Notifications You must be signed in to change notification settings

lilisor02/react-crud-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

React CRUD Application

What is it?

Application using React, Node.js and MySQL, for creating articles and references, which can be visualized, modified and erased, filtered and sorted based on the date of the article.

ezgif com-gif-maker (1)

Why is it?

I wanted to improve my React and Node.js knowledge and I also wanted to build a CRUD application.

Technologies used

React, Node.js, MySQL.

Installation

Clone the repository or download the .zip and add it to your project.

Install NPM

npm install

Create a database and change the details of /dbConfig.js.

Running commands

To start the backend, run:

cd backend
npm start

To start the frontend, run:

cd frontend
npm start

About

Application using React, Node.js and MySQL, for creating articles and references, which can be visualized, modified and erased, filtered and sorted based on the date of the article.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published