From ad6ffd0d896022981258876bf83e15519dc99abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amra=20=C5=A0abi=C4=87?= Date: Sat, 17 Feb 2018 11:51:03 +0100 Subject: [PATCH] add - getting started to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 112f9d3..48ab042 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ The goal is to quickly prototype an end-to-end app with the basic functionality ### TASK ONE Build JSON-based, database-backed, API for managing a list of user and associated permissions. +##### Getting started +- Required Node and MongoDB +- Install: ` npm install ` +- Start project with: ` npm run start ` ### TASK TWO Create a Javascript "Permission Control Panel" front-end web page controlling User Permissions.