Skip to content

Budget Web App built on top of the Protolus php framework

Notifications You must be signed in to change notification settings

MilkyC/ProtoBudget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProtoBudget

Russ family budget app.

Running Server

Activate virtual environment:

source ~/.venv/budget/bin/activate

Run Server

python managey.py runserver

Modify object using web api

curl -H Content-Type: application/json; indent=4' -u <username>:<password> -X PUT -d '{"name": "Groceries", "default_allotment": "500.00"}' http://127.0.0.1:8000/api/categories/1/

About

Budget Web App built on top of the Protolus php framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published