Skip to content

Created a simple product CRUD application using Django and styled it with Tailwind. The app allows adding, editing, deleting, and viewing products through a clean and responsive interface.

License

Notifications You must be signed in to change notification settings

Xeross99/Django_crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning CRUD in Django

Screenshot 2024-12-03 at 22 20 36

Getting Started

  1. Create the virtual environment
python3 -m venv .venv
  1. Activate the virtual environment
. .venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Start the development server
python3 manage.py runserver
  1. Start the Tailwind CSS watcher (for development)
python3 manage.py tailwind start

About

Created a simple product CRUD application using Django and styled it with Tailwind. The app allows adding, editing, deleting, and viewing products through a clean and responsive interface.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published