Skip to content

Commit d5f5b27

Browse files
File structure
1 parent f12ce87 commit d5f5b27

28 files changed

+6
-58
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
__pycache__
33
.env
44
venv
5-

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@
1515
- Flask
1616
- Docker
1717

18-
## 🖼 Screenshots
19-
20-
<p align="center">
21-
<img width="1440" alt="image" src="https://github.com/CodeChefVIT/contactify-fe/blob/master/screenshots/Screenshot%202024-09-04%20224539.png?raw=true">
22-
<img width="1440" alt="image" src="https://github.com/CodeChefVIT/contactify-fe/blob/master/screenshots/Screenshot%202024-09-04%20224613.png?raw=true">
23-
<img width="1440" alt="image" src="https://github.com/CodeChefVIT/contactify-fe/blob/master/screenshots/Screenshot%202024-09-04%20224631.png?raw=true">
24-
</p>
25-
2618
## 🏁 Get Started
2719

2820
Follow these steps to set up and run the Contact File Backend Service locally:

.dockerignore renamed to backend/.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
*.pyd
33
*.pyo
44
__pycache__
5-
5+
venv
66

backend/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*/__pycache__
2+
__pycache__
3+
.env
4+
venv
5+
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)