This is the official website for the KMC Students Committee of Kathmandu Model College. It was created to help the committee manage posts, member information, and notices for the students.
- Post Management: Create, update, and delete posts for events and announcements.
- Member Management: A system to manage student committee members.
- Notifications: A section for important notices and updates for students.
- Public Interface: A clean UI for students to view all posts and notices.
- Framework: Next.js
- Styling: Tailwind CSS
- Database: MongoDB with Mongoose
To get a local copy up and running, follow these simple steps.
- Node.js (v18.17.0 or later)
- npm, yarn, or pnpm
- MongoDB database (local or cloud-based like MongoDB Atlas)
- Clone the repo:
git clone https://github.com/your-username/kmcsc.git
- Navigate to the project directory:
cd kmcsc - Install NPM packages:
npm install
- Create a
.env.localfile in the root of the project and add your MongoDB connection string:MONGODB_URI="your_mongodb_connection_string" - Run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.