Codial is a web application designed for managing and sharing content. This repository contains the codebase for the project.
- User Authentication: Secure login and registration system.
- Content Creation and Management: Users can create, edit, and delete content.
- Media Uploads: Users can upload and manage media files.
- Notifications and Messaging: Real-time notifications and messaging between users.
Link: Codial
- Frontend: JavaScript, EJS, CSS/SCSS
- Backend: Node.js, Express
- Database: MongoDB
│
├──── assets
├──── config
├──── controllers
├──── mailers
├──── models
├──── production_logs
├──── public
├──── routes
├──── uploads/user/avatars
├──── views
├──── workers
├── dump.rdb
├── gulpfile.js
├── index.js
├── .gitignore
├── package.json
└── README.md- Clone the repository:
git clone https://github.com/VenkyRock143/Codial.git