Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 718 Bytes

README.md

File metadata and controls

47 lines (37 loc) · 718 Bytes

KANBAN

Prerequisites

Nodejs :

npm install npm@latest -g

VueJs :

npm install -g @vue/cli

MongoDB :
- Linux : https://docs.mongodb.com/manual/administration/install-on-linux/
- Windows : https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/
- MacOS : https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/ \

Project setup

npm install
cd frontend
npm install

Open .env file and setup your own mongoDB username, password and database.

FullProject execution

npm run dev

Frontend execution only

npm run frontend

Backend execution only

npm run serve