aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Biswakalyan Bhuyan 2024-07-01 06:34:22 +0530
committerGravatar Biswakalyan Bhuyan 2024-07-01 06:34:22 +0530
commit142f5cca4f1736ae575db1b3f5933f33707987e5 (patch)
tree26f396950e8f9eb60de620b5e7296d6a73c248b7
downloadinsta-local-master.tar.gz
insta-local-master.tar.bz2
insta-local-master.zip
project initHEADmaster
-rw-r--r--README.md0
-rw-r--r--backend/app.py0
-rw-r--r--backend/config.py0
-rw-r--r--backend/models.py0
-rw-r--r--backend/routes/__init__.py0
-rw-r--r--backend/routes/auth.py0
-rw-r--r--backend/routes/posts.py0
-rw-r--r--backend/routes/subscriptions.py0
-rw-r--r--frontend/index.html0
-rw-r--r--frontend/script.js0
-rw-r--r--frontend/styles.css0
-rw-r--r--requirements.txt0
12 files changed, 0 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/README.md
diff --git a/backend/app.py b/backend/app.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/backend/app.py
diff --git a/backend/config.py b/backend/config.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/backend/config.py
diff --git a/backend/models.py b/backend/models.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/backend/models.py
diff --git a/backend/routes/__init__.py b/backend/routes/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/backend/routes/__init__.py
diff --git a/backend/routes/auth.py b/backend/routes/auth.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/backend/routes/auth.py
diff --git a/backend/routes/posts.py b/backend/routes/posts.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/backend/routes/posts.py
diff --git a/backend/routes/subscriptions.py b/backend/routes/subscriptions.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/backend/routes/subscriptions.py
diff --git a/frontend/index.html b/frontend/index.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/frontend/index.html
diff --git a/frontend/script.js b/frontend/script.js
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/frontend/script.js
diff --git a/frontend/styles.css b/frontend/styles.css
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/frontend/styles.css
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/requirements.txt