This project demonstrates a real-world CRUD (Create, Read, Update, Delete) application built from the ground up using Node.js, React, and SQL Server. It allows you to interact with a SQL Server database by performing basic CRUD operations.
Follow these steps to set up and run the project on your local machine:
- Clone the repository using the command:
git clone https://github.com/andrey100f/Library-CRUD-App.git
- Navigate to the project directory.
- Install the necessary dependencies for both the backend (Node.js) and frontend (React) using
npm install
. - Set up your SQL Server database using the
db-structure.sql
file and configure the connection in the backend. - Start the Node.js server using
npm start
in the backend directory. - Start the React app using
npm start
in the frontend directory. - Access the application in your web browser.
- Node.js
- React
- SQL Server
Forminte Andrei-Gabriel