Skip to content

Mongo, Express, Vue and NodeJS application with mongoose

Notifications You must be signed in to change notification settings

gabrielcabralbfr/knights-app

Repository files navigation

Knights application

Dependencies

  1. Docker
  2. Node and NPM
  3. Angular Cli or Vue Cli

Running the application

  1. With docker
  • Run the following command to startup the application
docker-compose build
docker-compose up
docker-compose start
  1. With NPM
  • On root directory
npm install
npm start
  • Open another terminal
cd views/knights-vue/knights-vue/
npm install
npm i -g @vue/cli
npm start

Getting Started