Skip to content

benjefferies/nanonotifyaccount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Nanotify WebApp

Web application for https://nanotify.me

Installing

Install pyenv and pipenv. Ensure pyenv installs 3.6.1

curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
pip install pipenv
pipenv install --dev

Run with pipenv

Running for local development

pipenv run python run.py

Running multi threaded

pipenv run gunicorn -w 4 -b 0.0.0.0:5000 run:app

About

For registering for notifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published