Installing Django+REST to create API using django (Boilerplate + Quick Tutorials)
A django-rest boilerplate for 4Geeks Academy students. It features ready-for-deployment on heroku instructions.
npm install
when using javascript) and get inside your recently created python envirnoment
$ pipenv install
$ pipenv run migrate
Run database migration$ pipenv run start
Run the serverYour python API should be running smoothly. You should read the docs for tutorials.
You can go ahead and add/update the following files:
If you don’t have your code connected to a github repository, please do it:
$ git init
$ git add -A
$ git commit -m "Initial commit"
Then, run these 3 steps to deploy to heroku:
$ heroku create
$ git push heroku master
$ heroku run python manage.py migrate
This template was built as part of the 4Geeks Academy Coding Bootcamp by Alejandro Sanchez and many other contributors.
Find out more about our Full Stack Developer Course, and Data Science Bootcamp.