-
Notifications
You must be signed in to change notification settings - Fork 0
/
Developer_files.txt
35 lines (19 loc) · 1017 Bytes
/
Developer_files.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
-------------------SSCSCSCSCSCSCSC---------------SSCSCSCSCSCSCSC---------------SSCSCSCSCSCSCSC---------
___________ Student portal__________
Author: Chinmay K Haritas
Copyright 2018 - All violaters are punishable by law
Developer Guide v1
Local path for mongod
cd C:/program files/mongodb/server/3.4/bin
mongod --dbpath C:/data/database --storageEngine mmapv1
cd C:/program files/mongodb/server/3.4/bin
mongod --dbpath C:/data/database --storageEngine mmapv1
For acquiring lists of any sorts use URL extension '/list/(item)'
For validation while Log in use use URL extension '/validate/(item)'
For acquiring complete JSON data of one object (Student or Teacher or Class) use as required
Only required data to be submitted in a HTTP request, necessary coding to be at both ends for decoding
models
Always add documentation when adding new features
Front End
Always simplify by using Angular code, Don't unnecessarily use loops to alter DOM
Use ng-repeat for DOM change