Skip to content

BLUCASS/Social_Media_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤳 Social Media API

📝 DESCRIPTION

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.

⏭️ TABLE OF CONTENTS

  1. Description
  2. Requirements
  3. Run the project
  4. Contribute
  5. Screenshots

💻 REQUIREMENTS

🚀 HOW TO RUN THE PROJECT

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

📫 HOW TO CONTRIBUTE

# 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

📸 SCREENSHOTS

Join Us page

Main page

Sign In

User Page

User Posts

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors