menu
Tagged in Web framework
Set up Laravel Homestead Development environment
Read
Published on 22/06/2020
2 min read
Install PHP 7 and composer This article assumes you have PHP 7 and composer installed. If not, you can install PHP7 via brew if you are on…
Laravel
Web framework
PHP
Homestead
0
0
Easy steps to set up your backend API token using Django OAuth Toolkit
Read
Published on 12/06/2020
4 min read
After finishing building our React frontend and Django backend, there's one more thing we need to worry about. If we host our backend on AWS…
Django
API Token
Python
Django OAuth Tookit
Web framework
0
Trick to use Django to serve React app
Read
Published on 05/04/2020
3 min read
Django backend and React.js frontend Instead of using template language in view part of MVC in frameworks, modern way is to separate apps…
Django
React.js
Python
Web framework
0