An open API service indexing awesome lists of open source software.

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.

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
![Registration page](.images/registration_page.png)

Board page
![Board view](.images/board_view.png)

## 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
```