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