It was a solo project that I wanted to create to practice my knowledge in Python/Flask/MySQL Development.
-
Guide to how the website works
-
Try Registering for your account for the first time. Or Login if you have already registered
- If this is yout first time registering for your account, add your name email and password.
- If this is yout first time registering for your account, add you profile picture, your username and self description.
- To get started, click on create a new project.
- Add your project name and description and other information it will ask of your project.
- After posting, you will be able to see the projects you deployed in the site.
- 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.
- HTML
- CSS
- Python
- Flask
- MySQL
- Clone this repository
https://github.com/GalacticKnight/Project-Builder.git
- Move into the repository
cd Project-Builder
- Run these commands ONE at a time
pipenv install flask pipenv shell pipenv install flask-bcrypt pipenv install PyMySQL flask
- Run this command
python server.py