Skip to content

Design a complete website from scratch html, css, javascript

Notifications You must be signed in to change notification settings

yaschei/WebsiteDevFlask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebsiteDevFlask

Design a complete website from scratch html, css, javascript
Add two blank spaces at the end of the line to display text in column

Requirements:

  • Python 3.
  • Flask to emulate application (application.py)
  • html-css-javascript

Installation on local PC
Ubuntu 20.04LTS

  • sudo apt-get install python3-venv #if not installed
  • cd workdirectory/
  • python3 -m venv xvenv
  • . xvenv/bin/activate
  • pip install Flask
  • export FLASK_APP=flask_app.py
  • flask run

Run application:

  • PythonEverywhere

About

Design a complete website from scratch html, css, javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published