- HTML
- CSS
- Django
- Bootstrap
To clone and run this application, you'll need Git
# Clone this repository
$ git clone https://github.com/esadakman/django_crud_project.git
# Install dependencies
$ python -m venv env
> env/Scripts/activate (for win OS)
$ source env/bin/activate (for macOs/linux OS)
$ pip install -r requirements.txt
# Add .env file
# Run the app
$ python manage.py runserver
- Practice Django to implement CRUD (Create, Read, Update, Delete) operations.
- Website @esadakman
- GitHub @esadakman
- Linkedin @esadakman