Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 703 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 703 Bytes

Django Feedback Feature

It is a simple application to track feature feedback given by user

How to setup :

  • Make sure you have python 3.6 or 3+ on your machine
  • Create a virtual environment python -m virtual env
  • Activate your virtual env
    • Windows : env\Scripts\activate
    • Linux or Mac : source env/bin/activate
  • Install python libraries :
    • cd to root folder and run command pip install -r requirements.txt
  • Initiate database :
    • run command python manage.py migrate
  • Run application python manage.py runserver
  • Open your browser and visit this url localhost:8000

How to run test:

  • cd to root folder and type pytest

Features :

  • HTMX
  • Django Debug Toolbar