Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-antonelli/skill_match_flask
https://github.com/d-antonelli/skill_match_flask
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/d-antonelli/skill_match_flask
- Owner: D-Antonelli
- License: gpl-3.0
- Created: 2024-11-05T09:57:34.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2024-11-05T10:27:20.000Z (9 days ago)
- Last Synced: 2024-11-05T11:36:55.654Z (9 days ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```