A beautiful Django web application with Postgres database integration, magic-links user authentication and deployment to Render.com
- User authentication with magic-links via django-sesame
- Data management (create, read, update, delete)
- Use Unsplash image urls instead of local images storage for image management
- Search functionality
- Responsive beautiful design
- Django web framework
- PostgreSQL database (SQLite for development)
- Bootstrap 5 for frontend
- Configured for deployment to Render.com
-
Run the development server
python manage.py runserver -
Access the application at http://localhost:8000
-
Create a free account on Render.com
-
Connect your GitHub repository
-
Create a new Blueprint and select your repository
-
Create a free account on MailerSend.com
-
Set MAILERSEND_API_KEY & DEFAULT_FROM_EMAIL env variables from MailerSend
This project is licensed under the MIT License - see the LICENSE file for details.