https://github.com/werserk/onlineresumeservice
Final project for Yandex Lyceum. Web-service to save your achivements.
https://github.com/werserk/onlineresumeservice
flask pet-project sqlalchemy website yandex-email
Last synced: 3 months ago
JSON representation
Final project for Yandex Lyceum. Web-service to save your achivements.
- Host: GitHub
- URL: https://github.com/werserk/onlineresumeservice
- Owner: werserk
- License: mit
- Created: 2021-09-01T21:16:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T16:34:53.000Z (over 2 years ago)
- Last Synced: 2025-01-14T03:13:18.526Z (4 months ago)
- Topics: flask, pet-project, sqlalchemy, website, yandex-email
- Language: Python
- Homepage:
- Size: 11.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OnlineResumeService
## Overview
It's my main project in Yandex Lyceum.
I made a web-service for creating resumes.## Functionality
* Account system
* Email confirmation (not active cause of unpaid email service)
* Resume creation with image
* Resume incognito mode
* Search users boards with resume## Looks like
Registration page
Board page
## Run code
Clone this repository
```bash
git clone https://github.com/werserk/OnlineResumeService.git
```Install requirements
```bash
pip install -r requirements.txt
```Create .env file in root directory and fill it with your data
```
HOST=smtp.yandex.ru
PORT_MAIL=
PORT=
FROM=
PASSWORD=
SECRET_KEY=
```Run server
```bash
python main.py
```