To get started with Book-Lab, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/book_lab.git4
-
Install dependencies:
npm install
-
Run the application:
npm start
-
For accessing the backend, Navigate to
cd server
-
Start the backend server
npm run dev
-
Now you can access the frontend on your localhost:3000 and backend on localhost:4000
We welcome contributions from the community. If you find any issues or have suggestions for improvement, please feel free to submit a pull request.