Skip to content

Back-end of B-Inclusive, a job search engine which has an inclusive theme.

Notifications You must be signed in to change notification settings

FacundoCG/B-Inclusive-BackEnd

Repository files navigation

Backend

Backend inclusive job market

Requirements

python >= 3.7

Preparing the environment

Create your python environment for Linux

python3 -m venv env
source env/bin/activate

install dependencies

pip install -r requirements.txt

Run migrations

flask db init
flask db migrate
flask db upgrade

Run server

flask run

About

Back-end of B-Inclusive, a job search engine which has an inclusive theme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages