@@ -39,4 +39,63 @@ V-Analytics is a software solution built with Handlebars, Express.JS, and Node.J
3939![ Screenshot] ( https://i.gyazo.com/cf61e608c56821f60c3d7cd8b920e835.png )
4040![ Screenshot] ( https://i.gyazo.com/4bfee18bd2dd5ec91801966a1dc21755.png )
4141![ Screenshot] ( https://i.gyazo.com/42360b64c87d38c708d197cbc9668d92.png )
42- ![ Screenshot] ( https://i.gyazo.com/c484953065a5bfd1ec877d2d4e5298b6.png )
42+ ![ Screenshot] ( https://i.gyazo.com/c484953065a5bfd1ec877d2d4e5298b6.png )
43+ ## Authors
44+
45+ - [ @dayofpay ] ( https://www.github.com/dayofpay )
46+
47+
48+ ## Tech Stack
49+
50+ ** Used Template** : AdminKit 3.1.0 (https://adminkit.io/ )
51+
52+ ** Client:** Handlebars, Bootstrap 5, TailwindCSS
53+
54+ ** Server:** Node, Express
55+
56+ ## Used Libraries
57+
58+ Here are the libraries used in your project along with brief descriptions:
59+
60+ ** 1. [ bcrypt] ( https://www.npmjs.com/package/bcrypt ) **
61+ - Version: 5.1.1
62+ - Description: Bcrypt is used for securely hashing passwords in your application, ensuring the protection of user credentials.
63+
64+ ** 2. [ cookie-parser] ( https://www.npmjs.com/package/cookie-parser ) **
65+ - Version: 1.4.6
66+ - Description: Cookie-parser is a middleware for parsing cookies attached to incoming HTTP requests.
67+
68+ ** 3. [ cors] ( https://www.npmjs.com/package/cors ) **
69+ - Version: 2.8.5
70+ - Description: The CORS (Cross-Origin Resource Sharing) package is used to enable cross-origin HTTP requests to your server.
71+
72+ ** 4. [ express] ( https://www.npmjs.com/package/express ) **
73+ - Version: 4.18.2
74+ - Description: Express is a popular web application framework for building robust and scalable web applications.
75+
76+ ** 5. [ express-handlebars] ( https://www.npmjs.com/package/express-handlebars ) **
77+ - Version: 7.1.2
78+ - Description: Express-handlebars is a view engine for Express.js, allowing you to create dynamic HTML templates.
79+
80+ ** 6. [ gravatar] ( https://www.npmjs.com/package/gravatar ) **
81+ - Version: 1.8.2
82+ - Description: Gravatar is used to generate Globally Recognized Avatars based on user email addresses.
83+
84+ ** 7. [ handlebars] ( https://www.npmjs.com/package/handlebars ) **
85+ - Version: 4.7.8
86+ - Description: Handlebars is a templating engine that simplifies the generation of dynamic HTML content.
87+
88+ ** 8. [ jsonwebtoken] ( https://www.npmjs.com/package/jsonwebtoken ) **
89+ - Version: 9.0.2
90+ - Description: Jsonwebtoken is used for generating and verifying JSON Web Tokens (JWTs) for user authentication and authorization.
91+
92+ ** 9. [ mongoose] ( https://www.npmjs.com/package/mongoose ) **
93+ - Version: 7.6.3
94+ - Description: Mongoose is an ODM (Object Data Modeling) library for MongoDB, making it easier to work with MongoDB databases in Node.js.
95+
96+ ** 10. [ nodemon] ( https://www.npmjs.com/package/nodemon ) **
97+ - Version: 3.0.1
98+ - Description: Nodemon is a utility that automatically restarts your Node.js application when source code changes are detected. It's especially useful during development.
99+
100+
101+
0 commit comments