/asiance

Asiance Challenge

Primary LanguagePython

Asiance Challenge

Participant

Sardor Muminov smuminov@gmail.com

Backend

How to install

$ python3.7 -m pip install --upgrade pip
$ python3.7 -m pip install pipenv
$ make
$ make db
$ make migrate
$ make loaddata

How to run

$ make run

Frontend

How to install

$ cd frontend
$ npm install -g parcel-bundler
$ npm install

How to run

$ npm start