mirror of
				https://github.com/dancojocaru2000/foxbank.git
				synced 2025-11-04 08:06:32 +02:00 
			
		
		
		
	Added links in README
This commit is contained in:
		
							parent
							
								
									a521610a6b
								
							
						
					
					
						commit
						a84a06c1be
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -8,7 +8,7 @@ The design is modular: the client and the server can be hosted independently. Th
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Client
 | 
					### Client
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Make sure to change the `baseURL` in `client/src/api.js`. The `baseURL` should point to the address of the server.
 | 
					Make sure to change the `baseURL` in [`client/src/api.js`](client/src/api.js). The `baseURL` should point to the address of the server.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```js
 | 
					```js
 | 
				
			||||||
const baseURL = "https://foxbank-api.extras.dcdevelop.xyz";
 | 
					const baseURL = "https://foxbank-api.extras.dcdevelop.xyz";
 | 
				
			||||||
| 
						 | 
					@ -53,7 +53,7 @@ export PORT=5000 # set port here
 | 
				
			||||||
docker-compose up -d
 | 
					docker-compose up -d
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Check the `server/run.sh` script for further reference.
 | 
					Check the [`server/run.sh`](server/run.sh) script for further reference.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue