Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 819 Bytes

README.md

File metadata and controls

40 lines (33 loc) · 819 Bytes

OpenAir

Full stack web application using Node.js, Express.js, Vue.js, MongoDB and Nginx.

Requirements

  • Docker
  • Docker Compose

Usage

  1. Fork the repository
  2. Open a terminal inside the root folder and run:
docker-compose up --build -d
  1. Open up the nginx container with:
docker exec -it nginx bash
  1. In the container, run:
npm run serve
  1. Open up your browser and navigate to:
http://localhost:81/install
  1. Install and login with:
Username: [email protected]
Password: password
  1. Play!

Extras

  • Connect to MondoDB with 'mongodb://multiHunter:multiHunter1@localhost:27017/?authSource=admin&readPreference=primary&appname=MongoDB%20Compass&ssl=false'

OpenAir Travian