Skip to content
View maztapee's full-sized avatar

Block or report maztapee

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
maztapee/README.md
��# maztapee App Name: **Claraz Reminder App** **Introduction** **Overview** **Tech Stack (Dependencies)** **1. Backend Dependencies** Our tech stack will include the following: Flask Flask-Migrate virtualenv (a tool to create isolated Python environments) SQLAlchemy ORM to be our ORM library of choice PostgreSQL as our database of choice Python3 and Flask as our server language and server framework (Note - I do not mention the specific version of a package, because I am constantly upgrading until the final product is hosted.) **2. Frontend Dependencies** HTML, CSS, and Javascript (with React remastering in the future) for our website's frontend. Main Files: Project Structure ├── README.md ├── app.py *** the main driver of the app. Including SQLAlchemy models. "python app.py" to run after installing dependencies ├── config.py *** Database URLs, CSRF generation, etc ├── error.log ├── requirements.txt *** the dependencies I installed in the development environment ├── static │ ├── css │ ├── font │ ├── img │ └── js └── templates ├── errors ├── forms ├── layouts └── pages Overall: Models are located in the MODELS section of app.py. Controllers are also located in app.py. The web frontend is located in templates/, which builds static assets deployed to the web server at static/.

Popular repositories Loading

  1. maztapee maztapee Public

    Config files for my GitHub profile.

    JavaScript

  2. fyyur fyyur Public

    ALX project

    Python

  3. aishagazltd aishagazltd Public

    single page website for Aishagaz Limited Nigeria

    HTML

  4. Data_Analysis Data_Analysis Public

    My first python data analysis project without using any libraries, facilitated by guru99.com

  5. simple_bank_app simple_bank_app Public

    Just running through a SCRUM process with a colleague, with me handling the back end of a simple bank app using python as base language, Flask development frameworks and dependencies, and Postgres …

    Python

  6. tic_tac_toe tic_tac_toe Public

    My first REACT project, after studying REACT Quick Learn from https://react.dev/learn

    JavaScript