Skip to content

vandat-dev/core_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to setup project

Requires:

  • Using python 3.6 <= python <= 3.11.4
  • Install Docker.
  • Using Virtualenv or Python environment, etc.

  • Step 1: Run Database
cd database/
docker-compose up --build -d

The way to run project

  • Step 1: pip install poetry
  • Step 2: poetry install
  • Step 3: python manage.py makemigrations
  • Step 4: python manage.py migrate
  • Step 5: python manage.py runserver
  • Step 6: Go to visit on the website api -> http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages