Welcome to the backend repository of the EBook project, powered by the MERN stack! This repository contains the server-side code responsible for handling user authentication, book data storage, and managing various functionalities of the EBook platform.
- Node.js: High-performance JavaScript runtime for server-side development.
- Express.js: Lightweight and flexible backend framework for seamless server-side operations.
- MongoDB: Robust and scalable NoSQL database for efficient data storage and retrieval.
The backend is currently deployed and live at ["https://ebook-using-mern.onrender.com/"].
-
User Authentication:
- Secure and user-friendly authentication system for protecting user data.
-
Book Management:
- Handle book uploads, edits, and deletions seamlessly.
-
API Endpoints:
- Explore and interact with various endpoints for user and book-related functionalities.
To run the backend locally, follow these steps:
- Clone the repository.
- Install dependencies using
npm install
. - Configure MongoDB connection in the server.
- Run the server using
nodemon index.js
.
Feel free to contribute by opening issues, suggesting enhancements, or creating pull requests. Your contributions are highly appreciated!
Special thanks to the developers and contributors who made this project possible.
Happy Coding!