Skip to content

A Simple MERN Application built with Docker and Nginx

License

Notifications You must be signed in to change notification settings

mosesreigns/mern_library_nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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

A Simple MERN Application built with Docker and Nginx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.7%
  • HTML 6.7%
  • Dockerfile 2.3%
  • CSS 2.1%
  • Other 1.2%