Skip to content

Commit 40052a0

Browse files
committed
commit message title
1 parent ff234f0 commit 40052a0

File tree

3 files changed

+52
-1
lines changed

3 files changed

+52
-1
lines changed

backend/server.log

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,33 @@ Quit the server with CONTROL-C.
4646
/home/atonixdev/profile/backend/venv/lib/python3.12/site-packages/rest_framework_simplejwt/__init__.py:1: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
4747
from pkg_resources import DistributionNotFound, get_distribution
4848
Watching for file changes with StatReloader
49+
[20/Dec/2025 05:33:44] "GET /api/testimonials/featured/ HTTP/1.1" 200 2
50+
Not Found: /api/accounts/profiles/public/
51+
[20/Dec/2025 05:33:45] "GET /api/accounts/profiles/public/ HTTP/1.1" 404 35
52+
[20/Dec/2025 05:33:46] "GET /api/portfolio/projects/ HTTP/1.1" 200 52
53+
[20/Dec/2025 05:33:47] "GET /api/portfolio/projects/featured/ HTTP/1.1" 200 2
54+
Not Found: /api/accounts/profiles/public/
55+
[20/Dec/2025 05:33:47] "GET /api/accounts/profiles/public/ HTTP/1.1" 404 35
56+
[20/Dec/2025 05:33:47] "GET /api/services/ HTTP/1.1" 200 52
57+
[20/Dec/2025 05:35:52] "GET /api/portfolio/projects/ HTTP/1.1" 200 52
58+
[20/Dec/2025 17:19:25] "GET /api/portfolio/projects/ HTTP/1.1" 200 52
59+
[20/Dec/2025 17:20:27] "GET /api/testimonials/featured/ HTTP/1.1" 200 2
60+
[20/Dec/2025 17:20:28] "GET /api/services/ HTTP/1.1" 200 52
61+
[20/Dec/2025 17:20:28] "GET /api/portfolio/projects/featured/ HTTP/1.1" 200 2
62+
Not Found: /api/accounts/profiles/public/
63+
[20/Dec/2025 17:20:28] "GET /api/accounts/profiles/public/ HTTP/1.1" 404 35
64+
Not Found: /api/accounts/profiles/public/
65+
[20/Dec/2025 17:20:29] "GET /api/accounts/profiles/public/ HTTP/1.1" 404 35
66+
[20/Dec/2025 17:20:30] "GET /api/portfolio/projects/ HTTP/1.1" 200 52
67+
Not Found: /api/accounts/profiles/public/
68+
[20/Dec/2025 17:20:51] "GET /api/accounts/profiles/public/ HTTP/1.1" 404 35
69+
Not Found: /api/accounts/profiles/public/
70+
[20/Dec/2025 17:20:52] "GET /api/accounts/profiles/public/ HTTP/1.1" 404 35
71+
[20/Dec/2025 17:26:03] "GET /api/services/ HTTP/1.1" 200 52
72+
Not Found: /api/accounts/profiles/public/
73+
[20/Dec/2025 17:26:03] "GET /api/accounts/profiles/public/ HTTP/1.1" 404 35
74+
Not Found: /api/accounts/profiles/public/
75+
[20/Dec/2025 17:26:04] "GET /api/accounts/profiles/public/ HTTP/1.1" 404 35
76+
[20/Dec/2025 17:26:05] "GET /api/portfolio/projects/featured/ HTTP/1.1" 200 2
77+
[20/Dec/2025 17:26:06] "GET /api/testimonials/featured/ HTTP/1.1" 200 2
78+
[20/Dec/2025 17:26:07] "GET /api/portfolio/projects/ HTTP/1.1" 200 52

frontend/frontend.log

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,3 +707,24 @@ src/pages/Home.js
707707
Line 15:28: 'projectsRes' is assigned a value but never used no-unused-vars
708708

709709
webpack compiled with 1 warning
710+
Compiling...
711+
Compiled with warnings.
712+
713+
[eslint]
714+
src/components/InteractiveProjects.js
715+
Line 14:6: React Hook useEffect has a missing dependency: 'fetchProjects'. Either include it or remove the dependency array react-hooks/exhaustive-deps
716+
717+
src/pages/Home.js
718+
Line 15:28: 'projectsRes' is assigned a value but never used no-unused-vars
719+
720+
Search for the keywords to learn more about each warning.
721+
To ignore, add // eslint-disable-next-line to the line before.
722+
723+
WARNING in [eslint]
724+
src/components/InteractiveProjects.js
725+
Line 14:6: React Hook useEffect has a missing dependency: 'fetchProjects'. Either include it or remove the dependency array react-hooks/exhaustive-deps
726+
727+
src/pages/Home.js
728+
Line 15:28: 'projectsRes' is assigned a value but never used no-unused-vars
729+
730+
webpack compiled with 1 warning

frontend/src/components/Layout/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const Footer = () => {
1717
<h3 className="text-xl font-bold">atonixdev</h3>
1818
</div>
1919
<p className="text-gray-400 text-sm leading-relaxed">
20-
Founder & Technical Architect at AtonixCorp. Building scalable, secure, and developer-ready ecosystems for Africa and the global market.
20+
AtonixDev specializes in custom software development, full-stack engineering, AI-driven automation, and technical architecture for complex platforms.
2121
</p>
2222
</div>
2323

0 commit comments

Comments
 (0)