This application is a simple book library management system built using Node.js, Express, and MongoDB.
You can access the live application at https://local-library-production-107a.up.railway.app
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- Express
- MongoDB
- Clone the repository:
git clone https://github.com/hussein-saad/Local-Library.git
- Navigate into the project directory:
cd Local-Library
- Install the dependencies:
npm install
- Create a .env file in the root of your project and add your MongoDB connection string:
MONGODB_URI=mongodb+srv://username:[email protected]/?retryWrites=true&w=majority
- Start the application:
npm start
To deploy this application, you need to set the MONGODB_URI environment variable in your production environment. The method to do this depends on your hosting provider.
This project was inspired by and built upon the Local Library project from the Mozilla Developer Network (MDN). We would like to express our gratitude to MDN for providing such a comprehensive and educational example.