EmployeeData is a MERN stack application that provides a user-friendly interface for managing employee data. It allows you to create, view, update, and delete employee records efficiently.
- React: A powerful JavaScript library for building dynamic and interactive user interfaces.
- Node.js: A JavaScript runtime environment that executes JavaScript server-side.
- Express.js: A lightweight framework built on top of Node.js for creating robust APIs.
- MongoDB: A NoSQL document-oriented database that offers flexibility and scalability for storing employee data.
- Create an account on Render here.
- Follow Render's documentation to create a new web service and link your Git repository containing your backend code.
- Render will automatically deploy your backend upon code pushes, providing you with a deployment URL.
- Create an account on Vercel here.
- Connect your Vercel account to your Git repository containing your frontend code.
- Vercel will automatically deploy your frontend upon code pushes, providing you with a deployment URL.
- Node.js and npm installed on your local machine.
- MongoDB installed and running on your local machine or a cloud MongoDB service.