👋 This simple Library MERN Book Application built to demonstrate how The MERN stack can be used with Docker and NGINX
git clone https://github.com/API-Imperfect/mern_library_nginx.git
cd mern_library_nginx
cd server
run the command: make build
navigate to localhost:8080
If you prefer not using Make files
git clone https://github.com/API-Imperfect/mern_library_nginx.git
cd mern_library_nginx
run the command: docker-compose up --build --remove-orphans
navigate to localhost:8080
MIT