This repository contains practice implementations of various Node.js and React.js methods, including file uploads using Multer, fetching data via Axios, and more.
-
Create one folder
-
Right click and select Open in terminal
-
Create a folder where you want to store the project.
-
Right-click the folder and select Open in Terminal.
-
Initialize a Git repository:
git init
-
Clone the repository
git clone https://github.com/kv13b/practice.git
-
npm install
-
To go through the backend side seperatley
-
type the command npm start
-
Go to the frontend folder and type cd my-react-app and then npm run dev
- Uses Multer middleware to handle file uploads in Node.js.
- React.js fetches the uploaded data using Axios.
- Using CORS middleware to allow requests from different origins.
- Send emails via Nodemailer
- Connect React frontend with Node.js using Axios
Todo List using React.js, MongoDB, and Express
- Frontend: Built with React.js to create, read tasks.
- Backend: Uses Express and MongoDB to manage tasks.
- Demonstrates CRUD operations and Axios integration for API calls.