First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Wait for some time while the application is loading (Frontend and backend both)
Open http://localhost:3000 with your browser to see the result.
-> MERN Stack
-> Next.js
-> Tailwind CSS
-> Bootstrap
-> Material UI
-> Git & Github
-> Render (Backend hosting)
-> Netlify (Frontend Hosting)
Here are some features of the application:
- You can add new data by using add new data button and the data will reflect on the table shown below.
- When you select any row from the table and click on Send email button it will send an email to the host of that row data.
- THe data is stored in the Database.