A Simple MERN Stack Forum Web Page
https://chatter-box-x.vercel.app/
You can use the below Credentials to Check the Admin Actions!
Email: admin@chatterbox.com
- Users Can easily create Accounts.
- Users Can post Posts.
- Users Can comment on Posts.
- Users Can give vote in Posts.
- Users Can control their Contents from Dashboard.
- Users Can report comments to Admin.
- Users Can Pay directly from site using Credit / Debit Card for Premium Account.
- Admin Can control and manage Users of the Site.
- Admin Can delete comments from Reported Comments.
- Peoples Can view posts and comments without an Account.
- Flowbite React
- Moment JS
- React Helmet
- React Icons
- React Select
- React Share
- React Toastify
- Recharts
- Sweet Alert 2
- Clone this Repository
- Update the ENV Variables
- Run on Terminal from the Project Folders:
For client-side:
npm install
npm run dev
For server-side:
npm install
node index.js