Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.47 KB

README.md

File metadata and controls

46 lines (38 loc) · 1.47 KB

Blinkk

Just another one of those projects sitting around in a drive

Stack

  • Django (Python - pipenv)

  • Django-rest-framework (APIs)

  • ReactJS (JS - yarn)

  • Redux (State management)

If you wanna try it out ▶

Requirements:

  1. Python (3.10)

  2. NodeJs (16.13)

it uses python-decoupe for environment[.env] vars (required in settings.py

Using CMD/Terminal

Install python dependencies pipenv install

install client-side dep yarn install

migrate database py manage.py migrate

create admin py manage.py createsuperuser

build JS yarn run build

run django dev server py manage.py runserver

Some screenshots

Screenshot (96) Screenshot (93) Screenshot (92) Screenshot (95) ProjectManager