Lightweight notes app made with Next.js and Express.js
Stars
5
Forks
0
Watchers
5
Open Issues
0
Overall repository health assessment
85
commits
test(backend): implement complete test suite and minor endpoint fixes
96b91c0View on GitHubtest(backend): set up Vitest and Supertest and add health route tests
50654c1View on GitHubfeat(auth): enhance cookie handling with dynamic SameSite and secure attributes
f10ea41View on GitHubfeat(api): add health check endpoint to monitor service status
cb6b12fView on GitHubfix(types): allow ProfileField type to be null to avoid build error
ec2c06eView on GitHubdocs: update README to reflect project structure and remove Firebase references
36dcd5dView on GitHubfeat(payment): migrate payment service from Firebase to Prisma
1d24a5bView on GitHubfeat(notes): migrate notes services from Firebase to Prisma
40252ccView on GitHubchore(backend): configure backend with prisma and express.js
428c0ebView on GitHub