Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 839 Bytes

readme.md

File metadata and controls

36 lines (22 loc) · 839 Bytes

Python, PostgreSQL & Javascript - Aplicación Web CRUD (Flask y Vanilla JS)

https://www.youtube.com/watch?v=Qqgry8mezC8



Running project with VSCode

  • Create .env file by copying the .env.example file

  • Open new integrated terminal and run:

    • python -m virtualenv venv
  • Select Python interpreter from VSCode:

    • F1 -> Python: Select Interpreter -> Enter interpreter path -> Select: venv\Scripts\python.exe
  • Open new integrated terminal and run:

    • pip install -r requirements.txt
    • python app.py
  • Visit: http://localhost:5000 (* PostgreSQL must be installed, must contain db with users table and must be running)


Push to Heroku

Push to GitHub

  • git push origin master