/paravel

laravel with python like paravel :)

Primary LanguagePython

Paravel (python framework like Laravel)

get clone of repository:

git clone https://github.com/Twom2020/paravel.git

and run:

pip install -r requirement.txt

Note: recommended python 3.7 and below

create .env file like .env.example and for work with migrations create orator.yml like orator.yml.example for configuration database.

run this command for create tables:
orator migrate

for run project:

flask run