Skip to content

Latest commit

 

History

History
94 lines (62 loc) · 2.36 KB

README.md

File metadata and controls

94 lines (62 loc) · 2.36 KB

Project Builder

___

Table of Contents


Background

It was a solo project that I wanted to create to practice my knowledge in Python/Flask/MySQL Development.

Return to Table of Contents


Features

  • Guide to how the website works

  • Try Registering for your account for the first time. Or Login if you have already registered

Game One

  • If this is yout first time registering for your account, add your name email and password.

Game Two

  • If this is yout first time registering for your account, add you profile picture, your username and self description.

MostlyComplete

Game won

  • To get started, click on create a new project.

FinalMessage

  • Add your project name and description and other information it will ask of your project.

MostlyComplete

  • After posting, you will be able to see the projects you deployed in the site.

Game won

  • And you will be able to see your project in the global depot page where you can see other projects from other users and add a like to them.

FinalMessage

Return to Table of Contents


Technologies Used

  • HTML
  • CSS
  • Python
  • Flask
  • MySQL

Return to Table of Contents


Running Locally

  1. Clone this repository
    https://github.com/GalacticKnight/Project-Builder.git
    
  2. Move into the repository
    cd Project-Builder
    
  3. Run these commands ONE at a time
    pipenv install flask
    pipenv shell
    pipenv install flask-bcrypt
    pipenv install PyMySQL flask
    
  4. Run this command
    python server.py
    

Return to Table of Contents