Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/d-antonelli/skill_match_flask


https://github.com/d-antonelli/skill_match_flask

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Skill Match

## Installation
1. Clone the repository:
```bash
https://github.com/D-Antonelli/skill_match_flask.git
```

2. Set up a virtual environment:
```bash
python3 -m venv .venv
. .venv/bin/activate
```

3. Running the application:
```bash
flask --app app.py run
```