Skip to content

Кыргызстандыктар үчүн атайын ыңгайлаштырылган Django, React негизинде жасалган калып-долбоор

License

Notifications You must be signed in to change notification settings

devkurultay/django-react-starter-kg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Installation pre-requesites:

  • Install pip globally:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
source ~/.bashrc
  • Install pipenv: pip install --user pipenv

  • Note: if you have python 3.9 then you should install djangorestframework-simplejwt==4.6.0 by issuing pipenv install djangorestframework-simplejwt==4.6.0

Installation

  • Clone project: git clone [email protected]:devkurultay/django-react-starter-kg.git

  • Go to project cd django-react-starter-kg

  • Install project dependecies: pipenv install

  • Activate the project's virtual environment: pipenv shell

  • Go to backend and run migrations: cd backend/ && ./manage.py migrate

Run the project

  • Create superuser: ./manage.py createsuperuser

  • Run the server: ./manage.py runserver

  • Open the project in your browser (this leads to Swagger UI): http://localhost:8000/sw/

About

Кыргызстандыктар үчүн атайын ыңгайлаштырылган Django, React негизинде жасалган калып-долбоор

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages