https://github.com/el634dev/forms-templates-hw
https://github.com/el634dev/forms-templates-hw
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/el634dev/forms-templates-hw
- Owner: el634dev
- Created: 2023-10-31T20:01:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T19:05:37.000Z (over 2 years ago)
- Last Synced: 2025-01-30T10:30:32.828Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homework 2: Forms & Templates
> Created some routes and forms to practice using Flask and Jinja 2
>
> No live demo however you can run the code in VSCode
## Table of Contents
* [General Info](#general-information)
* [Important](#important)
* [Technologies Used](#technologies-used)
* [Setup](#setup)
* [Project Status](#project-status)
## General Information
- Project is built using Flask and Jinja 2
- The purpose of this project is to gain more practice with Flask and Jinja 2
## Important
- Make sure to use request.post, request.values.get or request.form.get or your will see an error printed in the browser
- Make sure the names match
## Technologies Used
- Flask
- Jinja 2
- VSCode
## Setup
The requirements for this project are simple and do not require much setup. You will need a code editor of your choice. I used VSCode because I could run commands in the terminal. There are no dependencies, only additional plugins if you would like to set them up in VSCode. If you are unsure, then I would say Pylint is okay but this just ensures your code is following code convention. You can get all the plugins in VSCode in the side menu, it looks like blocks.
## Project Status
Project is: _complete_