From a373294a5e6a6029d303c1606595ec6cdcbc4aa9 Mon Sep 17 00:00:00 2001 From: Dave Parizek Date: Sun, 3 Jun 2018 20:36:47 -0700 Subject: [PATCH] added some next steps to readme added some next steps to the readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a90f2e3..9112b8d 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,10 @@ If all went well then your command line prompt should now start with `(productio If your command line prompt does not start with `(productionready)` at this point, try running `pyenv activate productionready` or `cd ../productionready-django-api`. If pyenv is still not working, visit us in the Thinkster Slack channel so we can help you out. + +Next steps: +9. install dependencies: pip install -r requirements.txt +10. migrate the database: python manage.py migrate +11. python manage.py runserver +12. go in your web browser to http://127.0.0.1:8000/api +13. you can also create a superuser: python manage.py createsuperuser