-
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 databaseonMongoDB Atlasor your preferred MongoDB service. Replace MongoDB URI:Update the
MONGODB_URIin your environment variables with your MongoDBusernameandpassword.
MONGODB_URI=mongodb+srv://<username>:<password>@cluster0.bfhjd.mongodb.net/mzalendoalert?retryWrites=true&w=majority- Start the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.