Skip to content

giganimb/TrelloClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello-clone

Installation

Server setup

  1. Install NodeJS dependencies:

cd api

npm install

  1. Copy .env.example to a .env file in the same directory:

cp .env.example .env

  1. (Optional) To use docker-compose go to .env file, comment the second line and uncomment the first one:

MONGODB_URL=mongodb://mongo-db:27017/brello

#MONGODB_URL=mongodb://localhost:27017/brello

Client setup

  1. Install Vue.js dependencies:

cd ui

npm install

Execution

To run without docker

  1. Run server:

cd api

npm run dev

  1. Run client:

cd ui

npm run serve

To run with docker

  1. You need to do step №3 in Installation/Server setup

  2. In root directory run:

docker-compose up

  1. To undo previous step run:

docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages