-
Clone the repository:
git clone https://github.com/ondiekelijah/MzalendoAlert.git cd MzalendoAlert
-
Install dependencies:
npm install
-
Create a MongoDB database:
Set up a
MongoDB database
onMongoDB Atlas
or your preferred MongoDB service. Replace MongoDB URI:Update the
MONGODB_URI
in your environment variables with your MongoDBusername
andpassword
.
MONGODB_URI=mongodb+srv://<username>:<password>@cluster0.bfhjd.mongodb.net/mzalendoalert?retryWrites=true&w=majority
- Start the development server:
npm run dev
Open http://localhost:3000
with your browser to see the result.