Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 615 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 615 Bytes

mini-trello

Catrangiu Radu-Ovidiu [ Master SSA ]

Observation

The database in the config is a free Mongo Instance from mlab.com.

I could have used Docker to have my own database, but it didn't seem like it was the purpose of the assignment.

Dependencies

The project depend on:

  • npm
  • node
  • vue-cli

Project setup

In project root:

    npm install
    npm run build
    cd backend
    npm install

Project start

The command below is for UNIX-like systems. On Windows you must change directory to './backend' and run 'node index'

In project root:

    npm run start