codetipster / foundations2

building our blog website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group 2 foundations blog website.

The goal of this application was to demonstrate the practical use of Flask in building a CRUD application that allowed us to : Authenticate all users by providing loginand registrationfeatures(username, password)_Register with (username and password) Authenticated users should be able to login and create blog posts where they write about their foundation's learnings and share it for others to see.

Project Layout

All of our projects live in the foundationsdirectory. This directory holds our virtual environmentand our blog applicationproper. The templates folderwithin our blog directory, found in the root foundations folder is where all of our HTML code for the UI live while the staticfolder holds our CSS and images(if we decide to add any) We have added a test/directory as we hope to include tests if we have time for it during the final part of the course.

Tech tools and Application Setup

Python 3.7 > SQLite3 as Database Flask Git and github for version control Visual Studio Code as our choice IDE

How to run this Application

Clone the repository to your local machine using git clone #copy the url Navigate to the foundationsroot directory with cd foundations Run application in local with flask run You can also visit the hosted version at : https://……

About

building our blog website


Languages

Language:HTML 51.5%Language:Python 48.4%Language:Procfile 0.1%