The Model Car Management System is a full-stack web application designed to manage a collection of model cars. The system allows users to add, update, delete, and view detailed information about model cars. The application is built using React for the frontend, Node.js with Express.js for the backend, and MongoDB for data storage. The system integrates with user authentication services, ensuring secure access and management of data.
To Run Server:
- cd server
- npm start
To Run Client:
- cd client
- npm run dev