FE ReactJS app to manage a user library with CRUD actions by making queries to a MySQL DB developed in a NodeJS server, that is included in this project repository.
Untitled.2.mp4
-
Import with phpMyAdmin the MySQl database 'biblioteca_db' included in this repository.
-
Run the NodeJS server in port 3001:
node server/app.js -
Run the project in localhost in port 3000:
npm start
- node
- express
- mysql
- cors
- util
- axios
- react-router-dom
- styled-components
- sass
- sweetalert2