add - getting started to README.md

This commit is contained in:
Amra Šabić
2018-02-17 11:51:03 +01:00
parent fda840d119
commit ad6ffd0d89

View File

@@ -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.