updating readme
This commit is contained in:
		
							
								
								
									
										15
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								README.md
									
									
									
									
									
								
							@@ -3,6 +3,21 @@
 | 
			
		||||
- A simple way to track expenses
 | 
			
		||||
- cash budgeting in digital mode
 | 
			
		||||
 | 
			
		||||
# Setup
 | 
			
		||||
 | 
			
		||||
```sh
 | 
			
		||||
$ git clone [this repo]
 | 
			
		||||
$ docker-compose build
 | 
			
		||||
$ docker-compose run --rm server bash
 | 
			
		||||
# Puts you into the command line in the server container
 | 
			
		||||
$ > python manage.py migrate
 | 
			
		||||
$ > python manage.py createsuperuser --email admin@example.com --username admin
 | 
			
		||||
$ > exit
 | 
			
		||||
# You are now back in your machine bash
 | 
			
		||||
$ docker-compose down && docker-compose up -d
 | 
			
		||||
# Containers will all start
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
# Ideas
 | 
			
		||||
 | 
			
		||||
- put items in your wishlist and track savings to buy big-ticket items
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user