-
Notifications
You must be signed in to change notification settings - Fork 5
Installation Guide
Hussein Hany edited this page Dec 17, 2023
·
1 revision
To run BookEra locally, follow the instructions below.
Make sure you have the following installed on your machine:
Create a .env
file in the root directory of your project and add the following variables:
MONGODB_URL=your_mongodb_url
SECRET=your_secret_key
CLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name
CLOUDINARY_API_KEY=your_cloudinary_api_key
CLOUDINARY_API_SECRET=your_cloudinary_api_secret
- Clone the repository:
git clone https://github.com/your-username/BookEra.git
- Navigate to the project directory:
cd BookEra
- Install dependencies
npm install
- Run the development server
npm run dev
The application will be accessible at http://localhost:3000
in your browser.