Udacity

From Wiki RB4

Courses

Full Stack Web Developer

  • C:\Uwes\python\UdacityFullWebDeveloper

ToDo App

Fyyur App

  • run as prepartion (rest was already installed for lesson)
pip3 install virtualenv
npm install bootstrap@3
  • execute Development Setup from GitHub
  • with psql
create database fyyur;
create user fyyur with encrypted password 'fyyur';
grant all privileges on database fyyur to fyyur;