From 13d53249760d7184f73f763edb29af4501462168 Mon Sep 17 00:00:00 2001 From: MAULANA WISNU P <maulana.wisnu@ui.ac.id> Date: Thu, 24 Aug 2017 13:53:46 +0700 Subject: [PATCH] Update README.md (hierarchy on backend-project) --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab762c8e..b7d31ee1 100644 --- a/README.md +++ b/README.md @@ -130,9 +130,21 @@ You can edit Configuration File for API access in build.gradle (Module:app) fore ### Virtual Machine (Server) link : https://myui-dev.cs.ui.ac.id/backend/ + - server built using Django + - database using sql + - push notification using firebase + - more requirement can be seen on requirement.txt (use : **pip update -r requirement.txt** ) + Server's job : - get token for access siak - push notification news scele - save log tombol darurat - + + +### Hierarchy on backend-project : + +1. **myui_backend** : contain all backend function for myui +2. **myui_backend_project** : project on django + + All Right Reserved to Team Fasilkom UI -- GitLab