Filekko is a user-friendly platform that bridges the gap between technical and non-technical users for resource sharing and documentation. Unlike traditional platforms like GitHub that require Markdown knowledge, Filekko provides an intuitive interface for storing files along with notes, making knowledge sharing accessible to everyone.
- Simple sign-in system for user authentication
- Easy-to-use resource upload interface
- Flexible visibility options (public/private)
- Community resource exploration
- Note-taking without Markdown knowledge
- Integrated file and documentation management
filekko/
├── client/ # Frontend application
│ └── README.md # Client setup instructions
├── server/ # Backend application
│ └── README.md # Server setup instructions
└── docs/ # Project documentation
└── CONTRIBUTING.md # Contribution guidelines
- Node.js (v14 or higher)
- npm or yarn
- MongoDB (for database)
- Clone the repository:
git clone https://github.com/dev-mohit06/filekko.git
cd filekko
- For setup instructions:
- Frontend setup: See client/README.md
- Backend setup: See server/README.md
Detailed documentation can be found in the following locations:
- Frontend documentation: client/README.md
- Backend documentation: server/README.md
- Contribution guidelines: docs/CONTRIBUTING.md