Twitter clone - This project is conducted for learning purposes only

Overview

twitter_clone

Tal projeto, foi realizado unicamente para fins de aprendizado.

Para utilizar é necessário instalar o programa XAMPP e inicializar os módulos do Apache e MySQL. Em seu computador, vá até o diretório "C:" e abra a pasta "xampp". A pasta chamada "twitter_clone" desse repositório deve ser armazenada dentro da tal pasta (xampp).

Dentro da pasta "xampp", há uma pasta chamada "htdocs". Dentro dela, crie uma nova pasta chamada "bkp". Mova todos os arquivos para dentro da pasta que acaba de criar, a "bkp". Deixando a pasta "htdocs" do seu computador apenas com um único diretório, o "bkp".

O diretório "htdocs" disponibilizado nesse repositório, contém alguns arquivos. Tais arquivos devem ser levados para a pasta "htdocs" do seu computador. O arquivo ".htaccess" também deve ser levado para a pasta "htdocs" do seu computador.


Com o programa do XAMPP aberto e os módulos do Apache e MySQL inicializados, clique em "Admin" do módulo "MySQL", abrindo, dessa forma, o "phpmyadmin".

Com a página do "phpmyadmin" aberta, vá até a aba "SQL" e execute as seguintes instruções:


create database twitter_clone;

use twitter_clone;

create table usuarios( id int not null primary key AUTO_INCREMENT, nome varchar(100) not null, email varchar(150) not null, senha varchar(32) not null );

create table tweets( id int not null PRIMARY KEY AUTO_INCREMENT, id_usuario int not null, tweet varchar(140) not null, data datetime default current_timestamp );

create table usuarios_seguidores( id int not null primary key auto_increment, id_usuario int not null, id_usuario_seguindo int not null );


Por fim, basta digitar "localhost" na URL do seu navegador e criar uma conta para começar a acessar a aplicação.

You might also like...
This app is designed to help Romanian teenagers and adults with learning

This app is designed to help Romanian teenagers and adults with learning. The app has a lot of good resources to support students in every possible way. The main resource we have are high school lesons. 📚

Learning Management System made in vanilla PHP to learn core concepts and usage of some basic utils

Learning Management System Learning Management System made in vanilla PHP to learn core concepts and usage of some basic utils. Report Bug · Request F

Online All in One Video & Audio Downloader From YouTube,Facebook,Twitter,Pinterest,Instagram,MXtakatak,IPL, Tiktok and 1000+ More Sites too

DLhut Contact me If You Find ANy Bug ... PHP Search and Download any Videos from any site. Online All in One Video & Audio Downloader From YouTube,Fac

Online All in One PHP Video & Audio Downloader From YouTube,Facebook,Twitter,Pinterest,Instagram,MXtakatak,IPL, Tiktok and 1000+ More Sites too

DLhut Contact me If You Find ANy Bug ... PHP Search and Download any Videos from any site. Online All in One Video & Audio Downloader From YouTube,Fac

Twitter like application made with Laravel in 10 hours. Demo at

Critter, A Twitter like application written with Laravel in under 10 hours by @msurguy Imagine Twitter is down again. It's dark outside, and how can y

Centreon is a network, system and application monitoring tool. Centreon is the only AIOps Platform Providing Holistic Visibility to Complex IT Workflows from Cloud to Edge.
Centreon is a network, system and application monitoring tool. Centreon is the only AIOps Platform Providing Holistic Visibility to Complex IT Workflows from Cloud to Edge.

Centreon - IT and Application monitoring software Introduction Centreon is one of the most flexible and powerful monitoring softwares on the market;

Public append-only ledger microservice built with Slim Framework
Public append-only ledger microservice built with Slim Framework

Chronicle is a self-hostable microservice, built with Slim Framework, which enables authorized users to commit arbitrary data to an immutable, append-only public ledger.

HiDomainer One-File Domain Portfolio Script, is a PHP script of only 8kb.
HiDomainer One-File Domain Portfolio Script, is a PHP script of only 8kb.

HiDomainer One-File Domain Portfolio Script, is a PHP script of only 8kb. Download Feature 1. PC and Mobile Friendly 2. Data management without page r

Infopanel is a simple tool getting some information from source. It works basically like a slider that shows only title, image, a little bit description and QR-Code for links.
Infopanel is a simple tool getting some information from source. It works basically like a slider that shows only title, image, a little bit description and QR-Code for links.

Infopanel is a simple tool getting some information from source. It works basically like a slider that shows only title, image, a little bit description and QR-Code for links. It has its own GUI for the editing. The GUI provides a very simple role concept. This tool can be used for digital signage, Information panels, News or Events or similar.

Owner
Wanderson Renê
Desenvolvedor Web | JavaScript | PHP
Wanderson Renê
A learning management system (LMS) is a software application or web-based technology used to plan, implement and assess a specific learning process.

vidyaprabodhan-gov-php-project A learning management system (LMS) is a software application or web-based technology used to plan, implement and assess

Narayan Pote 1 Dec 23, 2021
Quick and dirty PHP script to turn a Twitter feed into an RSS feed using Twitter's v2 API

Twitter to RSS Quick and dirty PHP script that turns a given Twitter feed into a RSS feed using Twitter's API v2 (the free version!) Does some basic l

Jon W 0 Aug 11, 2022
Quick-and-dirty script for calculating cryptocurrency capital gains for tax purposes.

Software for calculating cryptocurrency capital gains for tax purposes. Calculation with LIFO method, developed with Italy in mind.

Cristian Livella 10 Oct 6, 2022
This is a Reddit-like clone named Scroller, made for the project component of COSC 360 - Web Programming.

The COSC 360 Project Due Dates: See Milestone Dates Overview: The project is designed to help develop your skills for full stack development. With thi

null 3 Jun 30, 2022
A simple blog project I built when learning Laravel 8

Harmonify Blog Disclaimer: All users data previewed on the image are fake data generated with FakerPHP. Introduction Harmonify Blog is a simple blog p

Wendy Surya Wijaya 3 Dec 9, 2021
This is a clone of Angry birds's homepage built using Wordpress, it is configured to run on the Pantheon platform.

Angry-Birds-UI-Clone Description This is a clone of Angry birds's homepage built using Wordpress, it is configured to run on the Pantheon platform. Li

Abir Bouhriz Daidj 3 Oct 20, 2021
An attempt to make a spotify-clone

stopify An attempt to make a spotify-clone ##Installation Install xampp in your system from [https://www.apachefriends.org/download.html] download the

DIVYANSHU VASHISHT 2 Jan 1, 2022
Instagram Clone App made with Laravel a PHP Framework

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

null 0 Jun 29, 2022
An Instagram clone built with TailwindCSS, React, Apollo Client and Laravel Lighthouse.

This is an Instagram clone built with TailwindCSS, React, Apollo Client and Laravel Lighthouse. This is a great project to learn and improve your Tailwind and React skills also if you are insterested in backend, the GraphQL API is created using Laravel Lighthouse, this is a great project to add to your portfolio if you are just starting as a web developer or full stack developer.

Carlos Mafla 13 Dec 12, 2022
A learning management app

TECHADEMIA Techademia is a learning management system. It's an app built to help people learn various technologies from categories such as DevOps, Pro

fokosun 15 Mar 9, 2022