A modern Django web application styled with Tailwind CSS for a sleek and responsive UI.
ā
Built with Django for the backend
ā
Styled with Tailwind CSS using django-tailwind
ā
User authentication system
ā
Responsive and modern UI
ā
Easy deployment with Gunicorn & Whitenoise
git clone https://github.com/your-username/your-repo.git
cd your-repo
python -m venv venv
source venv/bin/activate # On macOS/Linux
venv\Scripts\activate # On Windows
pip install -r requirements.txt
python manage.py tailwind install
python manage.py tailwind build
python manage.py migrate
python manage.py collectstatic
python manage.py runserver
Your project will be available at http://127.0.0.1:8000/
This project is licensed under the MIT License.
Feel free to open an issue or submit a pull request if you'd like to contribute! š