Skip to content

radu-catrangiu/mini-trello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Assignment for Start-up Engineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published