Skip to content

Python app to be used in user research for developer onboarding in GOV.UK Notify.

License

Notifications You must be signed in to change notification settings

alphagov/notifications-python-user-research-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Renew your car tax admin

A web app written in Python, using the Flask framework.

Before you start

If you don’t have pip and virtualenv:

sudo easy_install pip
pip install virtualenv

Install the app

git clone git@github.com:alphagov/notifications-python-user-research-app.git
cd user-research-admin-app/
virtualenv .venv
source .venv/bin/activate

Run the app

./start.sh

Then visit http://localhost:5000

About

Python app to be used in user research for developer onboarding in GOV.UK Notify.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published