8000 GitHub - krishna31/eterlast
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

krishna31/eterlast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Normal Setup

  • Clone the project form github -> git clone --branch master https://github.com/krishna31/eterlast.git
  • Create virtual environment -> virtualenv -p python3.9 .venv
  • Activate the environment -> source .venv/bin/activate
  • install the project dependency -> pip install -r requirements.txt
  • Migrate the database schema -> python manage.py makemigrations
  • Create Superuser -> python manage.py createsuperuser
  • Load the initial data -> python manage.py loaddata nft/fixtures/initial_data.json --app nft
  • Run the project -> python manage.py runserver

Run with docker

  • Clone the project form github -> git clone --branch master https://github.com/krishna31/eterlast.git
  • Build the project -> sudo docker-compose -f docker-compose.local.yml build
  • Run the project -> sudo docker-compose -f docker-compose.local.yml up
  • Login to container -> sudo docker exec -it eterlast sh
  • Migrate the database schema -> python manage.py migrate
  • Create Superuser -> python manage.py createsuperuser
  • Load the initial data -> python manage.py loaddata nft/fixtures/initial_data.json --app nft

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0