Skip to content

Commit 16e97e8

Browse files
authored
Merge pull request #65 from aqerd/docs-fix
Updated photo and readme
2 parents 9c050bf + 7417c56 commit 16e97e8

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

.env.example

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ DEBUG_APP=True
66
HOST_APP=0.0.0.0
77
PORT_APP=8181
88

9-
# PATHES
10-
THEMES_FILE_PATH=src/app/static/data/themes.json
11-
REGULAR_FONT_PATH=src/app/static/fonts/arial.ttf
12-
BOLD_FONT_PATH=src/app/static/fonts/arialbd.ttf
13-
EMAIL_TEMPLATE_FILE_PATH=src/app/templates/text/cv_email.txt
14-
SYSTEM_PROMPT_FILE_PATH=src/app/templates/text/system_prompt.txt
15-
169
# MAIL
1710
MAIL_SERVER=
1811
MAIL_PORT=
1912
MAIL_USE_TLS=
2013
MAIL_USERNAME=
2114
MAIL_PASSWORD=
2215
MAIL_DEFAULT_SENDER_FROM=
16+
17+
# PATHES
18+
THEMES_FILE_PATH=src/app/static/data/themes.json
19+
REGULAR_FONT_PATH=src/app/static/fonts/arial.ttf
20+
BOLD_FONT_PATH=src/app/static/fonts/arialbd.ttf
21+
EMAIL_TEMPLATE_FILE_PATH=src/app/templates/text/cv_email.txt
22+
SYSTEM_PROMPT_FILE_PATH=src/app/templates/text/system_prompt.txt

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,40 +15,41 @@ Clone our repository:
1515
```shell
1616
git clone https://github.com/aqerd/CVbuilder.git
1717
```
18-
Set the environmental variables in `.env`. For reference see `.env.example`.
18+
Set the environmental variables in `.env`. For reference see [`.env.example`](https://github.com/aqerd/CVbuilder/blob/main/.env.example) file.
1919

2020
> [!NOTE]
21-
> To get your GroqCloud API key, visit the [documentation](https://console.groq.com/docs/overview).
21+
> To get your Google API key, visit the [documentation](https://console.developers.google.com/).
2222
> You can collect your email password by creating a new email on any SMTP Server and retrieving it from the settings.
2323
24-
Make sure you have Python 3.10 (at least), `make` (install it if you have Windows) and Docker installed on your machine.
24+
Make sure you have `Python 3.10` (at least), `make` (install it if you have Windows) and `Docker Engine` installed on your machine.
2525

2626
To build and up docker container run this:
2727
```bash
2828
make
2929
```
30-
Now go to `localhost:8181` in your browser.
30+
Now go to [`localhost:8181`](http://localhost:8181) in your browser.
3131

3232
> [!IMPORTANT]
3333
> Note that you might encounter a connection error if you're running this in Russia.
3434
3535
## 🔨 Powered by
3636
- Python
3737
- uv
38+
- Ruff
3839
- Flask
3940
- Docker
4041
- HTML, CSS and JavaScript
41-
- GroqCloud with Llama 3.3 70B Versatile
42+
- Google's Gemini 2.5 Flash with GenAI
4243

4344
## 🎨 Site design
44-
Designed by Ruslan Suleymanov in Figma. See this project on [Behance](https://www.behance.net/gallery/215413437/CVbuilder) or in [Figma Community](https://www.figma.com/community/file/1465009107029457211/cv-builder).
45+
Designed by Ruslan Suleymanov in Figma. See this project on [`Behance`](https://www.behance.net/gallery/215413437/CVbuilder) or in [`Figma Community`](https://www.figma.com/community/file/1465009107029457211/cv-builder).
4546

4647
## 🖼️ Contribute with new theme
47-
Want to contribute our project with new theme design? See this [documentation](https://github.com/aqerd/CVbuilder/blob/main/docs/THEMES.md)
48+
Want to contribute our project with new theme design? See this [`documentation`](/docs/THEMES.md)
4849
![Themes](images/themes.png)
4950

5051
## 🚀 Deployment
51-
Site is deployed on https://cvbuilder.art on Yandex Cloud with Apache HTTP-Server
52+
Site is deployed on [`cvbuilder.art`](https://cvbuilder.art/) on `Yandex Cloud` with `Apache HTTP Server`. AI features are disabled since it's deployed in Russia
5253

5354
## 🧑‍💻 Credits
54-
Project made by **Ruslan Suleymanov**, **Rasul Gasanbekov** and **Vladimir Golubev** for Python course at Ural Federal University
55+
Project made by `Ruslan Suleymanov`, `Rasul Gasanbekov` and `Vladimir Golubev` for Python course at Ural Federal University

images/profile.png

152 KB
Loading

0 commit comments

Comments
 (0)