Full stack web application using Node.js, Express.js, Vue.js, MongoDB and Nginx.
- Docker
- Docker Compose
- Fork the repository
- Open a terminal inside the root folder and run:
docker-compose up --build -d
- Open up the nginx container with:
docker exec -it nginx bash
- In the container, run:
npm run serve
- Open up your browser and navigate to:
http://localhost:81/install
- Install and login with:
Username: [email protected]
Password: password
- Play!
Extras
- Connect to MondoDB with 'mongodb://multiHunter:multiHunter1@localhost:27017/?authSource=admin&readPreference=primary&appname=MongoDB%20Compass&ssl=false'