This repository contains the backend code for the Book Store App, a comprehensive platform for managing a collection of books. It's designed to provide RESTful API endpoints to perform basic CRUD operations on the book model.
- CRUD Operations: Create, Read, Update, and Delete functionality for book entries.
- Database Configuration: Configured to use MongoDB for data persistence.
The frontend counterpart of this application can be found here: Book Store App Frontend.
This project is built using the following technologies:
- Node.js
- Express
- MongoDB
- LinkedIn: Your LinkedIn Profile
To get started with the Book Store App API, clone the repository and install the dependencies:
git clone https://github.com/Nasko9/bookstore-app-backend.git
cd bookstore-api
npm install
Create a .env file in the root directory with the necessary environment variables and start the server:
npm run start