Loading repository data…
Loading repository data…
salmanshovon / repository
Moment is a full-featured solo-built full-stack time management web application. It helps users create productive routines, manage one-time and recurring tasks, reflect on their progress, and view analytics based on their time usage.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Moment is a full-featured solo-built full-stack time management web application. It helps users create productive routines, manage one-time and recurring tasks, reflect on their progress, and view analytics based on their time usage.
🌐 Visit the live app at: https://moment.aranyait.com.bd
Users can create an account and start managing their time instantly.
python-dotenv.env)Create a .env file in the root of the project and populate it with the following keys:
# Django Settings
SECRET_KEY=
DEBUG=
ALLOWED_HOSTS=
# Email Settings
EMAIL_HOST=
EMAIL_PORT=
EMAIL_USE_SSL= # Typically True if using port 465
EMAIL_USE_TLS=
EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=
DEFAULT_FROM_EMAIL=
DEFAULT_FROM_NAME=
# CSRF Settings
CSRF_TRUSTED_ORIGINS=
# Security Settings
SECURE_SSL_REDIRECT=0
SESSION_COOKIE_SECURE=0
CSRF_COOKIE_SECURE=0
# Static Files
STATIC_URL=static/
STATIC_ROOT=staticfiles/
USE_WHITENOISE=False
# Admin URL
ADMIN_URL=admin/
# Optional DB Configs (if using a different DB engine)
# DB_ENGINE=
# DB_NAME=
# DB_USER=
# DB_PASSWORD=
# DB_HOST=
# DB_PORT=
Follow these steps to set up and run the project locally:
git clone https://github.com/salmanshovon/moment-django.git
cd moment-django
pipenv install
pipenv shell
Create a .env file in the root directory and populate it using the template provided in the Environment Variables section above.
python manage.py migrate
python manage.py runserver
Salman Mahmood
This project is licensed under the MIT License. See the LICENSE file for full details.
This project is developed and maintained solo, but contributions, suggestions, and feedback are welcome!