An open API service indexing awesome lists of open source software.

https://github.com/bastakisoftware/moments

A web application for recording and showcasing your memories and happy moments with your circle and also connect with loved ones, friends and collegues.
https://github.com/bastakisoftware/moments

social-media social-network website

Last synced: 4 months ago
JSON representation

A web application for recording and showcasing your memories and happy moments with your circle and also connect with loved ones, friends and collegues.

Awesome Lists containing this project

README

          

# Moments - Social Media Platform

Moments is a Django-based social media platform that allows users to share different types of content including text, images, videos, and voice recordings.

## Features

### User Management
- Custom user model with extended profile information
- User authentication (login/signup)
- Profile management (edit profile, avatar upload)
- User settings

### Content Sharing
- Multiple post types:
- Text posts
- Image posts with captions
- Video posts with thumbnails
- Voice recordings with duration
- Post management (create, view, edit, delete)
- Like system
- Comment system

### User Interface
- Responsive design
- Clean and modern UI
- User-friendly navigation
- Flash messages for feedback
- Dropdown menus
- Media previews

## Technology Stack

- **Backend**: Django 5.1
- **Database**: SQLite (development)
- **Frontend**:
- HTML5
- CSS3
- JavaScript
- Font Awesome icons
- **Media Handling**: Django's built-in file handling

## Installation

1. Clone the repository: