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.
I wanted to improve my React and Node.js knowledge and I also wanted to build a CRUD application.
React, Node.js, MySQL.
Clone the repository or download the .zip and add it to your project.
Install NPM
npm installCreate a database and change the details of /dbConfig.js.
To start the backend, run:
cd backend
npm startTo start the frontend, run:
cd frontend
npm start