Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 481 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 481 Bytes

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