This program is Python-based for social media. The graphical interfaces were created using HTML and CSS, while the backend is managed with Python, utilizing SQLAlchemy and Flask. The program allows users to create accounts, sign in, post texts, view posts, and delete them.
- Description
- Requirements
- Run the project
- Contribute
- Screenshots
You will download the folder and run the main.py script.
After that, go to your web browser and enter the page http://127.0.0.1:5000# Fork this repository:
By clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
# Clone this project:
git clone https://github.com/BLUCASS/Social_Media_API
# Create a branch using the command:
git checkout -b your-new-branch-name
# Make the changes and commit them:
git commit -m "commit-message"
# Send them to the original branch:
git push file-origin project-name / local



