Skip to content

domicoder/todo_yango_pie

Repository files navigation

Built with Cookiecutter

todo-yango-pie

Setup

Docker

If this is your first time...

  1. Install Docker
  2. Run pipenv lock to generate a Pipfile.lock
  3. Run cd client && npm install so you have node_modules available outside of Docker
  4. Back in the root directory, run make build
  5. make run to start the app
  6. If the DB is new, run make create-test-data
    1. SuperUser admin@todo-yango-pie.com with credentials from your .env
    2. User cypress@todo-yango-pie.com with credentials from your .env is used by the Cypress tests
  7. View other available scripts/commands with make commands
  8. localhost:8080 to view the app.
  9. localhost:8000/staff/ to log into the Django admin
  10. localhost:8000/api/docs/ to view backend API endpoints available for frontend development

Backend

If not using Docker... See the backend README

Frontend

If not using Docker... See the frontend README

Testing & Linting Locally

  1. pipenv install --dev
  2. pipenv run pytest server
  3. pipenv run black server
  4. pipenv run isort server --diff (shows you what isort is expecting)
  5. npm run cypress

About

⚡️Vue 3 + Django 3.2 + PostgreSQL (Full-stack project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published