Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added BookDocs/input.docx
Binary file not shown.
Binary file added BookDocs/input1.docx
Binary file not shown.
Binary file added BookDocs/output.docx
Binary file not shown.
Binary file added BookDocs/pdf/aqibshaik298@gmail.com_aqib.pdf
Binary file not shown.
Binary file added BookDocs/pdf/aqibshaik298@gmail.com_react.pdf
Binary file not shown.
Binary file added BookDocs/pdf/aqibshaik298@gmail.com_reactify.pdf
Binary file not shown.
Binary file added BookDocs/pdf/input.pdf
Binary file not shown.
Binary file added BookDocs/pdf/input1.pdf
Binary file not shown.
Binary file added BookDocs/pdf/input_old.pdf
Binary file not shown.
Binary file added BookDocs/pdf/last2.pdf
Binary file not shown.
Binary file added BookDocs/~$input.docx
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Zynla
#Zynla
#### Quencing Thirsty Minds

Zynla is a place where you can find the Webs best answers from friends, experts, and communities all within the topics you love.
Expand Down
28 changes: 28 additions & 0 deletions Themechangecommnad
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
As soon as you clone the code and do npm install and then hit on npm start you would get an error on semantic-ui-less.
You need to configure that first.
Go into nodemodules -> semantic-ui-less and change the file name from theme.config.example to theme.config.
As soon as you change the file the file extenstion or the icon would change into an XML file
Then change the three paths of sitefolder, theme folder, import and font path. (They will be found in the bottom of the file)

Replace them with the below text as follows:


/*******************************
Folders
*******************************/

/* Path to theme packages */
@themesFolder : 'themes';

/* Path to site override folder */
@siteFolder : '../../app/semantic-ui/site';


/*******************************
Import Theme
*******************************/

@import "~semantic-ui-less/theme.less";

@fontPath : '../../../themes/@{theme}/assets/fonts';
/* End Config */
1 change: 1 addition & 0 deletions app/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import 'semantic-ui-less/semantic.less';
3 changes: 3 additions & 0 deletions app/semantic-ui/site/elements/button.variables
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@backgroundColor: #009c95;
@secondaryColor: #009c95;
@textColor: white;
14 changes: 14 additions & 0 deletions app/semantic-ui/site/globals/site.variables
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@


/*-------------------
Fonts
--------------------*/

@headerFont : 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
@pageFont : 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
@fontSmoothing : antialiased;

@importGoogleFonts : true;
@googleFontName : 'Roboto';

@googleFontFamily : '@{googleFontName}:@{googleFontSizes}';
93 changes: 93 additions & 0 deletions app/semantic-ui/theme.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
/*

████████╗██╗ ██╗███████╗███╗ ███╗███████╗███████╗
╚══██╔══╝██║ ██║██╔════╝████╗ ████║██╔════╝██╔════╝
██║ ███████║█████╗ ██╔████╔██║█████╗ ███████╗
██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██╔══╝ ╚════██║
██║ ██║ ██║███████╗██║ ╚═╝ ██║███████╗███████║
╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝

*/

/*******************************
Theme Selection
*******************************/

/* To override a theme for an individual element
specify theme name below
*/

/* Global */
@site : 'default';
@reset : 'default';

/* Elements */
@button : 'default';
@container : 'default';
@divider : 'default';
@flag : 'default';
@header : 'default';
@icon : 'default';
@image : 'default';
@input : 'default';
@label : 'default';
@list : 'default';
@loader : 'default';
@rail : 'default';
@reveal : 'default';
@segment : 'default';
@step : 'default';

/* Collections */
@breadcrumb : 'default';
@form : 'default';
@grid : 'default';
@menu : 'default';
@message : 'default';
@table : 'default';

/* Modules */
@accordion : 'default';
@checkbox : 'default';
@dimmer : 'default';
@dropdown : 'default';
@embed : 'default';
@modal : 'default';
@nag : 'default';
@popup : 'default';
@progress : 'default';
@rating : 'default';
@search : 'default';
@shape : 'default';
@sidebar : 'default';
@sticky : 'default';
@tab : 'default';
@transition : 'default';

/* Views */
@ad : 'default';
@card : 'default';
@comment : 'default';
@feed : 'default';
@item : 'default';
@statistic : 'default';

/*******************************
Folders
*******************************/

/* Path to theme packages */
@themesFolder : 'themes';

/* Path to site override folder */
@siteFolder : '../../app/semantic-ui/site';


/*******************************
Import Theme
*******************************/

@import "~semantic-ui-less/theme.less";

@fontPath : '../../../themes/@{theme}/assets/fonts';
/* End Config */
2 changes: 1 addition & 1 deletion config/env/DEV.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const masterMongoDBName = process.env.APP_DB || 'zynla';

const mongo = {
host: process.env.MONGO_HOST || '172.23.238.195',
host: process.env.MONGO_HOST || '127.0.0.1',
port: process.env.MONGO_PORT || 27017
};

Expand Down
2 changes: 1 addition & 1 deletion config/env/PROD.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const masterMongoDBName = process.env.APP_DB || 'zynla';

const mongo = {
host: process.env.MONGO_HOST || '192.168.1.78',
host: process.env.MONGO_HOST || '127.0.0.1',
port: process.env.MONGO_PORT || 27017
};

Expand Down
Binary file removed default.graphdb.zip
Binary file not shown.
17 changes: 17 additions & 0 deletions default.graphdb/certificates/neo4j.cert
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
-----BEGIN CERTIFICATE-----
MIICpjCCAY6gAwIBAgIITEehrZn24gswDQYJKoZIhvcNAQENBQAwEjEQMA4GA1UE
AwwHMC4wLjAuMDAgFw0xNjA0MjUxNDExMjJaGA85OTk5MTIzMTIzNTk1OVowEjEQ
MA4GA1UEAwwHMC4wLjAuMDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
AJKq+UwzjknvVOmYxSk1LBKAhT9RQaMPeH5O2LEXEULRP7EmN4cTuPhFO6YcYpB8
R4314eUxJAnuvgb3XxF2PSDnJvQfPBBXqSH2FHzs3YMVrGCGb09F6mvWMDJ44GFK
32/DCmDalea4W6cI1snFkx1Wum6F2ecOdWk7itSePvdmzFqny8zZ2gPwZy56qmIs
BSn+HtJsevtCTQETMfu/PSxxnR3nYpYs/Pcfwu1TMRAXzJuZlhacMnwRdmKH8nZw
uPus13pcEEYYSlfPq7YG0yeOuB8ni0OadtfdTozP4xBPM3yQm4AyAIqRIItupxCK
mI7zhcYMxqZOMt386aixS40CAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAEfQtSEBg
+A97PVKY3IhfvP7zhGhk55ISsSbMYIZ3LHSrA1HxF5BP2hOcQPwjXXIdqwFuIgKA
B6/EIAKnoqhuvCY7BRxHqGNAzl5oMlDhECc/DCYxI2XX3YQChsKniHiRbM0LkcFJ
y7aUe8+doBZZ+O0ckHk9s0kG1xdBi4aT/VtW4Mq49VQ5ofaWvqcHQU+C8/AFRUVp
hGBva5zxx4yBj83OEPfbf/T1R45xj/zZKR9pdKvccInxuB6pNtYkr4waRxQIzlxQ
4gsvXl5SH8An9gx0JAep1pzSO1VljFcA955J4XoQtYS5q4Xjpgk0AXPH0sa90f8M
ICueDd9AOeic0A==
-----END CERTIFICATE-----
28 changes: 28 additions & 0 deletions default.graphdb/certificates/neo4j.key
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
-----BEGIN PRIVATE KEY-----
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCSqvlMM45J71Tp
mMUpNSwSgIU/UUGjD3h+TtixFxFC0T+xJjeHE7j4RTumHGKQfEeN9eHlMSQJ7r4G
918Rdj0g5yb0HzwQV6kh9hR87N2DFaxghm9PRepr1jAyeOBhSt9vwwpg2pXmuFun
CNbJxZMdVrpuhdnnDnVpO4rUnj73Zsxap8vM2doD8GcueqpiLAUp/h7SbHr7Qk0B
EzH7vz0scZ0d52KWLPz3H8LtUzEQF8ybmZYWnDJ8EXZih/J2cLj7rNd6XBBGGEpX
z6u2BtMnjrgfJ4tDmnbX3U6Mz+MQTzN8kJuAMgCKkSCLbqcQipiO84XGDMamTjLd
/OmosUuNAgMBAAECggEADptmjrdHwYdLfqRPZoY8KG+SVbcDAXll97ZkkGaKuova
ewsiVpqZPmiuwyFqk5c9DR9i6w+U1kRnuovidPvApMlAsOl3cu04FADNE5AHk6mR
7F8XMN72tNy1GiG9vxLU4+2Z2AGNElhkEGOp+JhryW08zgsYo5FmEh/y+K/192+n
dszjeRYjEZCN8tPtbFvdAakInmF+4DcoiCChZGM1Pnvd7r9WmqH26UN9LX6wiZPH
elxItL87TQjJVkrmbCqT1l+vY5fh1pKagNf/6tGrje+jmLlAYfePUGcAqk9Skncq
1UalVK1SNCfTg+988ypQCERUn2PohT4O+jToF9DmRQKBgQDh+PWRcQUkyKW2Qi+q
aMcYRqX8blUdfFY58P2RgPjsw7tGs/YvQiYUXhTbj/ioYqih/0d1kIrKOuU06pS3
es/BVbcnzFf5naa6GAc3Gpdl7IMWHQszUTkv+N7cZ2NRIkOnpl1n4S5ApBPL6tHl
s+GriDcE2qmmGUPa54euHEAeiwKBgQCmKEMGE8G38xlyn7yxmRf/TT3ENBRVx8tz
saHc/3ozAT226hGfgLeo0HyC/zoOm+3Ppmj9nXxc6Ll6fmmSzDWyJju+2P4IDLdV
/MXMPEyzaehkEB5rCghtvcK/cJzRPfMth8btDHTytoUwFQWth4TVjIvpiOF2txA3
3nV0yK/ZRwKBgGHNjBOX9B74jOh2ewTpdopmQX8hDcvGPde0Gzt3s8Vd7ddrGnlX
yv1zvtlM1dWjZdM/luEmXzuqA/xEL3u+Nt85xxz9j3IlLr1KmwzZgH+HvzC5/1gF
ppfBwktooA7Eor2T/sdwKcGmgj728kPV+C1ytkVukpCmTL0ZCptr9MCDAoGAEG+9
KZW8vQikRM1+agcd85hdetI4DMBF5Pz2aRkwqmj+BOEkuyWNhXqSRpce1CEipj7s
9eGlUr+G0ZI9uVLQIP5dPKTUhFFVtYDaxDhW0gyw+20IxUfpy4lRAYUPTjeVnbRn
vj1UOEpL5JS/ygm03zcXBBQRUaAMT6qG7fWIR7MCgYEAnKeEasjwwVFIAuAWyZOY
QNv5XavlspwZjw7+3AYimZqpe5HRB8YXYYRy6jdieeFoHJQSUm1Ze+J9D2SridUx
NFH4dYu+tjXH8YDKx/+5c+M83uCHbJzvbcg0JlD8+GBikwLXK7SOb9ejvsQleBq3
69Mgi/V+Z0zW+XcTYhR/4Fg=
-----END PRIVATE KEY-----
1 change: 1 addition & 0 deletions default.graphdb/data/dbms/auth
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
neo4j:SHA-256,4A0FAAB3ACA377C4B55195C0A699CA07DC70568BBA12787B68AD1C2F6EB1BC49,01128D854CC48460A8AFDABCB73CEE58:
Binary file added default.graphdb/neostore
Binary file not shown.
Binary file added default.graphdb/neostore.counts.db.a
Binary file not shown.
Binary file added default.graphdb/neostore.counts.db.b
Binary file not shown.
Binary file added default.graphdb/neostore.id
Binary file not shown.
Binary file added default.graphdb/neostore.labeltokenstore.db
Binary file not shown.
Binary file added default.graphdb/neostore.labeltokenstore.db.id
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added default.graphdb/neostore.nodestore.db
Binary file not shown.
Binary file added default.graphdb/neostore.nodestore.db.id
Binary file not shown.
Binary file added default.graphdb/neostore.nodestore.db.labels
Binary file not shown.
Binary file added default.graphdb/neostore.nodestore.db.labels.id
Binary file not shown.
Binary file added default.graphdb/neostore.propertystore.db
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added default.graphdb/neostore.propertystore.db.id
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added default.graphdb/neostore.relationshipstore.db
Binary file not shown.
Binary file added default.graphdb/neostore.relationshipstore.db.id
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added default.graphdb/neostore.schemastore.db
Binary file not shown.
Binary file added default.graphdb/neostore.schemastore.db.id
Binary file not shown.
Binary file added default.graphdb/neostore.transaction.db.0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file added default.graphdb/store_lock
Empty file.
Binary file added dump.rar
Binary file not shown.
Binary file removed dump.zip
Binary file not shown.
Binary file added dump/ZynlaAocial/listdocs.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/ZynlaAocial/listdocs.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"ZynlaAocial.listdocs"}]}
Binary file added dump/ZynlaAocial/userdocs.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/ZynlaAocial/userdocs.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"ZynlaAocial.userdocs"}]}
Binary file added dump/ZynlaAocial/users.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/ZynlaAocial/users.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"ZynlaAocial.users"}]}
Binary file added dump/movielist/movie1.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/movielist/movie1.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"movielist.movie1"}]}
Binary file added dump/movielist/movielists.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/movielist/movielists.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"movielist.movielists"}]}
Binary file added dump/movielist/movies.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/movielist/movies.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"movielist.movies"}]}
Binary file added dump/moviestore/movie.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/moviestore/movie.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"moviestore.movie"}]}
Binary file added dump/mymovie/login.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/mymovie/login.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"mymovie.login"}]}
Binary file added dump/mymovie/movies.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/mymovie/movies.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"mymovie.movies"}]}
Binary file added dump/mymovie/users.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/mymovie/users.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"mymovie.users"}]}
Binary file added dump/passport/ginnianalytics.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/passport/ginnianalytics.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"passport.ginnianalytics"}]}
Binary file added dump/passport/unansweredqueries.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/passport/unansweredqueries.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"passport.unansweredqueries"},{"v":1,"unique":true,"key":{"question":1},"name":"question_1","ns":"passport.unansweredqueries","background":true}]}
Binary file added dump/passport/userbookmarks.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/passport/userbookmarks.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"passport.userbookmarks"},{"v":1,"unique":true,"key":{"bookmarks.savedResponse":1},"name":"bookmarks.savedResponse_1","ns":"passport.userbookmarks","background":true}]}
Binary file added dump/passport/userchathistories.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/passport/userchathistories.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"passport.userchathistories"}]}
Binary file added dump/passport/usernotificationcounts.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/passport/usernotificationcounts.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"passport.usernotificationcounts"}]}
Binary file added dump/passport/users.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/passport/users.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"passport.users"}]}
Binary file added dump/restaurant/restaurantdatas.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/restaurant/restaurantdatas.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"restaurant.restaurantdatas"}]}
Binary file added dump/restaurant/restaurantdetails.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/restaurant/restaurantdetails.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"restaurant.restaurantdetails"}]}
Binary file added dump/restaurant/restaurants.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/restaurant/restaurants.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"restaurant.restaurants"}]}
Binary file added dump/restaurant/restuuuuuus.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/restaurant/restuuuuuus.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"restaurant.restuuuuuus"}]}
Binary file added dump/zynla/carddocs.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/zynla/carddocs.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"zynla.carddocs"}]}
Binary file added dump/zynla/listdocs.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/zynla/listdocs.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"zynla.listdocs"}]}
Binary file added dump/zynla/userdocs.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/zynla/userdocs.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"zynla.userdocs"}]}
Binary file added dump/zynla/userprofileques.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/zynla/userprofileques.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"zynla.userprofileques"}]}
Binary file added dump/zynla/users.bson
Binary file not shown.
1 change: 1 addition & 0 deletions dump/zynla/users.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":1,"key":{"_id":1},"name":"_id_","ns":"zynla.users"}]}
12 changes: 12 additions & 0 deletions logs/app.log-2017-04-24
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[24 04 2017 11:30:05.774] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[24 04 2017 12:15:38.831] [DEBUG] - Mongoose is now disconnected..!
[24 04 2017 12:17:12.104] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[24 04 2017 12:21:52.800] [DEBUG] - Mongoose is now disconnected..!
[24 04 2017 12:22:40.260] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[24 04 2017 13:02:28.743] [DEBUG] - Inside display catagory
[24 04 2017 13:04:47.159] [DEBUG] - Mongoose is now disconnected..!
[24 04 2017 13:06:04.075] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[24 04 2017 13:11:23.235] [DEBUG] - Mongoose is now disconnected..!
[24 04 2017 13:12:26.454] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[24 04 2017 13:17:12.726] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[24 04 2017 16:55:36.168] [DEBUG] - Mongoose is now disconnected..!
1 change: 1 addition & 0 deletions logs/app.log-2017-05-01
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[01 05 2017 16:22:12.157] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
63 changes: 63 additions & 0 deletions logs/app.log-2017-05-03
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
[03 05 2017 06:54:34.402] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[03 05 2017 07:01:56.907] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[03 05 2017 07:05:42.989] [DEBUG] - Inside display catagory
[03 05 2017 07:06:04.077] [DEBUG] - Inside display catagory
[03 05 2017 07:06:04.154] [DEBUG] - Inside fetch catagory
[03 05 2017 07:13:09.461] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[03 05 2017 07:17:41.327] [DEBUG] - inside saveToProfile
[03 05 2017 07:17:41.485] [DEBUG] - Inside get
[03 05 2017 07:17:45.013] [DEBUG] - inside saveToProfile
[03 05 2017 07:17:45.161] [DEBUG] - Inside get
[03 05 2017 07:20:59.184] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[03 05 2017 07:33:55.897] [DEBUG] - inside saveToProfile
[03 05 2017 07:33:56.121] [DEBUG] - Inside get
[03 05 2017 07:33:57.614] [DEBUG] - inside saveToProfile
[03 05 2017 07:33:57.654] [DEBUG] - Inside get
[03 05 2017 07:33:58.866] [DEBUG] - inside saveToProfile
[03 05 2017 07:33:58.899] [DEBUG] - Inside get
[03 05 2017 07:33:59.014] [DEBUG] - inside saveToProfile
[03 05 2017 07:33:59.060] [DEBUG] - Inside get
[03 05 2017 07:33:59.397] [DEBUG] - inside saveToProfile
[03 05 2017 07:33:59.440] [DEBUG] - Inside get
[03 05 2017 07:33:59.763] [DEBUG] - inside saveToProfile
[03 05 2017 07:33:59.787] [DEBUG] - Inside get
[03 05 2017 08:56:36.940] [DEBUG] - inside saveToProfile
[03 05 2017 08:56:37.066] [DEBUG] - Inside get
[03 05 2017 09:39:39.027] [DEBUG] - inside saveToProfile
[03 05 2017 09:39:39.099] [DEBUG] - Inside get
[03 05 2017 09:41:25.992] [DEBUG] - inside saveToProfile
[03 05 2017 09:41:26.081] [DEBUG] - Inside get
[03 05 2017 09:41:32.302] [DEBUG] - inside saveToProfile
[03 05 2017 09:41:32.350] [DEBUG] - Inside get
[03 05 2017 09:51:29.615] [DEBUG] - inside saveToProfile
[03 05 2017 09:51:29.727] [DEBUG] - Inside get
[03 05 2017 09:51:30.404] [DEBUG] - inside saveToProfile
[03 05 2017 09:51:30.436] [DEBUG] - Inside get
[03 05 2017 09:51:30.762] [DEBUG] - inside saveToProfile
[03 05 2017 09:51:30.800] [DEBUG] - Inside get
[03 05 2017 09:51:30.901] [DEBUG] - inside saveToProfile
[03 05 2017 09:51:30.932] [DEBUG] - Inside get
[03 05 2017 09:51:31.004] [DEBUG] - inside saveToProfile
[03 05 2017 09:51:31.047] [DEBUG] - Inside get
[03 05 2017 09:51:31.293] [DEBUG] - inside saveToProfile
[03 05 2017 09:51:31.330] [DEBUG] - Inside get
[03 05 2017 09:51:32.648] [DEBUG] - inside saveToProfile
[03 05 2017 09:51:32.685] [DEBUG] - inside saveToProfile
[03 05 2017 09:51:32.731] [DEBUG] - Inside get
[03 05 2017 09:51:32.764] [DEBUG] - inside saveToProfile
[03 05 2017 09:51:32.876] [DEBUG] - Inside get
[03 05 2017 09:51:32.886] [DEBUG] - Inside get
[03 05 2017 09:51:34.452] [DEBUG] - inside saveToProfile
[03 05 2017 09:51:34.474] [DEBUG] - Inside get
[03 05 2017 09:51:36.855] [DEBUG] - inside saveToProfile
[03 05 2017 09:51:36.877] [DEBUG] - Inside get
[03 05 2017 09:51:37.200] [DEBUG] - inside saveToProfile
[03 05 2017 09:51:37.236] [DEBUG] - Inside get
[03 05 2017 09:51:37.342] [DEBUG] - inside saveToProfile
[03 05 2017 09:51:37.373] [DEBUG] - Inside get
[03 05 2017 09:51:37.522] [DEBUG] - inside saveToProfile
[03 05 2017 09:51:37.543] [DEBUG] - Inside get
[03 05 2017 09:51:39.867] [DEBUG] - inside saveToProfile
[03 05 2017 09:51:39.891] [DEBUG] - Inside get
[03 05 2017 10:05:57.444] [DEBUG] - inside saveToProfile
[03 05 2017 10:05:57.477] [DEBUG] - Inside get
18 changes: 18 additions & 0 deletions logs/app.log-2017-05-04
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[04 05 2017 10:08:04.877] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[04 05 2017 10:09:18.048] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[04 05 2017 10:17:11.278] [DEBUG] - Mongoose is now disconnected..!
[04 05 2017 10:17:15.300] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[04 05 2017 10:21:51.496] [DEBUG] - Mongoose is now disconnected..!
[04 05 2017 10:56:13.754] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[04 05 2017 10:59:08.134] [DEBUG] - Inside display catagory
[04 05 2017 11:00:39.730] [DEBUG] - Mongoose is now disconnected..!
[04 05 2017 11:18:12.445] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[04 05 2017 11:44:55.532] [DEBUG] - Mongoose is now disconnected..!
[04 05 2017 11:45:03.906] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[04 05 2017 11:46:21.064] [DEBUG] - Mongoose is now disconnected..!
[04 05 2017 11:46:27.795] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[04 05 2017 11:59:34.665] [DEBUG] - Mongoose is now disconnected..!
[04 05 2017 11:59:40.141] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[04 05 2017 12:12:43.128] [DEBUG] - Mongoose is now disconnected..!
[04 05 2017 12:12:51.371] [DEBUG] - Mongoose is now connected to mongodb://127.0.0.1:27017/zynla
[04 05 2017 12:17:09.275] [DEBUG] - Inside display catagory
Loading