Skip to content

marentsov/Django-InertiaJS-React

Repository files navigation

Inertia + Django + Vite + React

установка

для работы проекта необходимы:


  • клонируем репозиторий
git clone git@github.com:marentsov/Django-InertiaJS-React.git
cd Django-InertiaJS-React
  • устанавливаем проект
make install
make migrate
  • создаем админа
make admin

Придумываем и вводим Username, Email address и Password админа

  • открываем два терминала

  • в первом:

make start-backend
  • во втором:
make start-frontend

запуск через docker:

для работы проекта необходимы:


  • клонируем репозиторий
git clone git@github.com:marentsov/Django-InertiaJS-React.git
cd Django-InertiaJS-React
  • запускаем проект
make docker-up
  • выполняем миграции
make docker-migrate
  • создаем админа
make docker-admin

Придумываем и вводим Username, Email address и Password админа

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors