Giovanni-Schroevers / pkm-card-tracker-back

Backend for the pokemon card tracker app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pkm-card-trader-back

Back-end setup

  • Install python 3.7 and pip
  • Run pip install -r requirements.txt
  • Create a database
  • Copy the .env.example and rename it to .env
  • Edit the .env to match your settings
  • Run py manage.py migrate to migrate your database
  • Run py manage.py loaddata data to seed your database
  • Run py manage.py runserver to start the dev server

Troubleshooting:

About

Backend for the pokemon card tracker app


Languages

Language:Python 98.8%Language:Shell 1.2%