Skip to content

Commit 3c70876

Browse files
Deploy from subfolder guide added, backend hosted
1 parent 395e9f4 commit 3c70876

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ added these to my `/android/app/src/main/AndroidManifest.xml`
8282
</application>
8383
</manifest>
8484
```
85-
and localhost (http://127.0.0.1:8000/) is replaced by
86-
your IP address
85+
8786
</ol>
8887

8988
### Frontend References
@@ -180,6 +179,7 @@ Same email and password
180179
`python app.py`
181180

182181
### Heroku
182+
Deployed Backend on http://campusspace.herokuapp.com
183183

184184
pip install gunicorn
185185
pip freeze > requirements.txt
@@ -189,6 +189,7 @@ Inside Procfile:
189189
web: gunicorn <main_file_name>:<flask_app_name>
190190

191191
* Login to heroku and deploy from Repository after creating new app
192+
* To deploy from subfolder follow https://stackoverflow.com/questions/39197334/automated-heroku-deploy-from-subfolder
192193
* Set config vars in settings from .env file
193194

194195
#### For errors

0 commit comments

Comments
 (0)