- User Authentication
- Post Status
- Post Stories
- React
- Express
- Node
- MongoDB
- Nginx
- Docker
- Linux distro running on a x86_64 architecture CPU
- Around 2GB RAM
- More Details
- Activate the docker daemon by running
sudo systemctl start docker
- Clone the repo
git clone https://github.com/rudrowo/mock-book.git
cd ./mock-book
sudo docker compose up -d
⚠️ This will take some time- After that, visit
localhost:6969
to view deployment - kill deployment with
sudo docker compose down