This is a simple crud app to manage books. It is a full stack app that uses the following technologies:
- React
- Redux
- Node
- Express
- MySQL
- Install dependencies
npm install
- Create a database in MySQL
- Create a .env file in the root directory and add the following:
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=yourpassword
DB_NAME=yourdatabasename
- Run the server
node app.js
- Install dependencies
npm install
- Run the client
npm start
- Add a book
- Edit a book
- Delete a book