diff --git a/TODO_DjangoReact/Django-React-NotesApp/.gitignore b/TODO_DjangoReact/Django-React-NotesApp/.gitignore index 79acb730d..2c57255ba 100644 --- a/TODO_DjangoReact/Django-React-NotesApp/.gitignore +++ b/TODO_DjangoReact/Django-React-NotesApp/.gitignore @@ -3,5 +3,4 @@ node_modules/ db.sqlite3 .env venv - - +env \ No newline at end of file diff --git a/TODO_DjangoReact/README.md b/TODO_DjangoReact/README.md index 817794fab..b73cd6f95 100644 --- a/TODO_DjangoReact/README.md +++ b/TODO_DjangoReact/README.md @@ -1,5 +1,20 @@ # Django & React Notes App +## Video Demo + +[![Video Demo](https://img.youtube.com/vi/FUriByLIwHg/0.jpg)](https://youtu.be/FUriByLIwHg) + +## Tech Stack + +- React +- HTML +- CSS +- JavaScript +- Python +- Django +- PostgreSQL +- Docker + ## Cloning the Repository Clone the repository using the command below: