Skip to content

Pidemarla/mern_docker_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Library MERN App

Twitter: AlphaOmondi

👋 This simple Library MERN Book Application built to demonstrate how The MERN stack can be used with Docker and NGINX

Run the Application

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

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.4%
  • HTML 6.7%
  • Dockerfile 2.8%
  • CSS 2.1%
  • Makefile 1.0%