Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
21c7d19
clean upload
Julia18012007 Apr 3, 2026
9f9097f
merge done
Julia18012007 Apr 3, 2026
366aa88
feat: add dotenv for environment variable management
nikhitha211203 Apr 3, 2026
c6fb0e0
fix: update MONGO_URI in .env file for correct database access
nikhitha211203 Apr 4, 2026
d630536
jwtsecret added
nikhitha211203 Apr 5, 2026
f16b72a
jwtsecret final fix
nikhitha211203 Apr 5, 2026
47bcb21
Merge branch 'main' of https://github.com/abhishekOvO/vi-notes
nikhitha211203 Apr 5, 2026
ba1e5f9
feat: implement admin access for fetching all notes and add logout fu…
nikhitha211203 Apr 5, 2026
26810f4
feat: enhance user authentication and admin state management with loc…
nikhitha211203 Apr 5, 2026
f531c17
UI: Improved App.tsx layout, added Navbar and professional styling
incognito1917 Apr 5, 2026
1f2fed6
fix: add missing build and start scripts in package.json
nikhitha211203 Apr 5, 2026
cdfdeb8
refactor: update server port configuration and tidy up app.ts
nikhitha211203 Apr 5, 2026
4ba7ee8
fix: correct API route paths and ensure proper response for root endp…
nikhitha211203 Apr 5, 2026
a68d17f
feat: update API base URL to use environment variable and clean up ro…
nikhitha211203 Apr 5, 2026
2691825
Backend
abhishekOvO Apr 6, 2026
3fbc8af
feat: add root endpoint to confirm API is running
nikhitha211203 Apr 6, 2026
2512eb9
Merge branch 'main' of https://github.com/abhishekOvO/vi-notes
nikhitha211203 Apr 6, 2026
e8e6e35
fix: improve error logging in getMyNote function
nikhitha211203 Apr 6, 2026
d6b7c2d
login and registration feature And project base
nikhitha211203 Apr 9, 2026
93c87bc
Clean project with proper gitignore
nikhitha211203 Apr 9, 2026
507c922
feat: add API service with axios and request interceptor for authoriz…
nikhitha211203 Apr 9, 2026
431a5cf
feat: initialize frontend with React, Vite, and basic routing
nikhitha211203 Apr 9, 2026
c615782
Added editor and models
Julia18012007 Apr 9, 2026
9b4169e
fix: restore @types/jsonwebtoken dependency and adjust formatting in …
nikhitha211203 Apr 10, 2026
0c3953c
added feature saving writing session data
abhishekOvO Apr 10, 2026
cc1d561
Updated editor, dashboard and backend auth logic
incognito1917 Apr 12, 2026
921a343
feat: update dotenv dependency and implement getAllNotes function for…
nikhitha211203 Apr 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
node_modules/
.env
.env.local
.env.development
.env.production
dist/
build/
*.log
Loading