Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.13 KB

WEB.md

File metadata and controls

26 lines (18 loc) · 1.13 KB

🌚 Backend (Flask)

  1. What REST APIs Are and How to Design One video, notebook
  2. How to Make an API for a Python ML Project video, notebook
  3. How to deploy your API (Heroku or Google Cloud) video, notebook

🌝 Frontend (React)

React

Create Material React app (with material design)

npx create-react-app myapp     # Create React app
cd myapp                       # Get inside
npm install @material-ui/core  # Install material design
npm install @material-ui/icons # Install material design icons
npm install @material-ui/lab   # Install material extra features
npm start                      # Start app