https://github.com/el634dev/request-response-hw
https://github.com/el634dev/request-response-hw
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/el634dev/request-response-hw
- Owner: el634dev
- Created: 2023-10-24T21:02:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T20:06:27.000Z (over 2 years ago)
- Last Synced: 2025-01-30T10:30:35.620Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homework 1: Request/Response
> Created some routes and functions to practice using Flask
>
> 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
- The purpose of this project is to gain more practice with flask
## Important
- Make sure to return something after each function
- Make sure to place if __name__ == '__main__' at the bottom of your python file/program
- Make sure to have Python enivornment variables set up or you will have to use py to run the code and pip will not be recongized
## Technologies Used
- Flask
- 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_