Fullstack starter template, combining a React frontend with a Node.js and MongoDB backend.
Stars
1
Forks
0
Watchers
1
Open Issues
4
Overall repository health assessment
^2.4.3^1.4.7^2.8.5^1.0.1^16.4.5^4.21.1^8.4.1^9.0.2^3.4.0^6.11.0^8.8.3^9.15.0^3.1.7^3.4.1114
commits
Merge pull request #9 from k1ngS/feature/ui-material-setup
bbdb845View on GitHub:art: chore: integrate Material UI theme provider and CssBaseline in main entry point
48a16fbView on GitHub:art: chore: add new dependencies for Material UI and Emotion styling
3895337View on GitHub:art: chore: update build script to install dependencies in the root directory before building frontend
b5bc4cdView on GitHub:art: chore: refactor MongoDB connection settings, streamline auth controller code, and remove unused vercel configuration
d12e5a4View on GitHub:art: chore: format code for consistency and improve error logging in auth controller
7be35c7View on GitHubMerge pull request #7 from k1ngS/fix-mongodb-and-vercel-connections
fcdad35View on GitHub:art: chore: enhance user model by adding index to email and hiding sensitive fields from queries
ef76c2aView on GitHub:bug: fix: enhance MongoDB connection with timeout setting and improve error logging
7376bc4View on GitHub:bug: fix: update login function to include password in user query and improve error handling
5612918View on GitHub:art: chore: update vercel.json to change build source to backend/server.js and adjust routing
ad7d950View on GitHub:art: chore: update build script in package.json to include postinstall step for frontend build
a8db141View on GitHub:art: chore: refactor build script in package.json for improved frontend build process
36b7ca2View on GitHub