Skip to content

Twarga/Flask_TODO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My First Flask Todo app

Description:

This is a simple Todo web application built using Flask, Semantic UI, and HTML. The app allows users to create, update, and delete tasks in a todo list. Alt text

Stack:

  • Flask Microframework
  • Semantic UI
  • HTML
  • Render (Free Cloud Platform to Deploy App services )

utilized various stacks in separate branches to deploy the same app, aiming to learn from diverse stacks simultaneously and expand my understanding across multiple technologies :

  • Used Render in this branch to deploy the app.
  • Employed Vagrant in the second branch to revisit and reinforce Vagrant skills.
  • Utilized Ansible, Vagrant, and PostgreSQL in the third branch, marking my first experience with Ansible.

Project Setup:

  1. Clone The Repository : Clone the repository using the command:
git clone https://github.com/Twarga/Project1A
  1. Install Dependencies : Navigate to the project directory and install the required dependencies from the requirements.txt file
pip install -r requirements.txt
  1. Running The application Locally : Execute the following command to run the Flask development server:
python app.py

Access the app at http://127.0.0.1:5000/ in your browser.

" Happy Coding "

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors