- Docker
- Node.js
- Nodemon
From command line
git clone https://github.com/ljenchik/wiki-api.git
docker run -d -p 27017:27017 --name test-mongo mongo:latest
npm install
nodemon app.jsThis project is based on the guidance and steps provided by Angela Yu's Udemy "The Complete 2023 Web Development Bootcamp". However, I have enhanced its functionality by adding the ability to update and delete blog posts.