Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilyjspencer/chitter-2.0
Laravel Twitter clone
https://github.com/emilyjspencer/chitter-2.0
Last synced: 7 days ago
JSON representation
Laravel Twitter clone
- Host: GitHub
- URL: https://github.com/emilyjspencer/chitter-2.0
- Owner: emilyjspencer
- Created: 2020-10-03T17:29:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T21:54:59.000Z (about 4 years ago)
- Last Synced: 2024-10-14T15:39:32.831Z (22 days ago)
- Language: PHP
- Homepage:
- Size: 624 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chitter 2.0
## About Chitter 2.0
Chitter 2.0 is a reworking on this Twitter clone, built with Sinatra, Ruby, PostgreSQL:
https://github.com/emilyjspencer/chitter-challenge## User Stories
```
As someone who has too much to say,
So that I can let people know what I am doing
I want to post a cheep to TwitterAs someone who has too much to say,
So that I can see what others are saying
I want to see all cheeps in reverse chronological orderAs a Chitter addict,
So that I can better appreciate the context of a cheep
I want to see the time at which it was madeAs a Chitter addict,
So that I can post messages on Chitter as me
I want to sign up for ChitterAs a Chitter addict,
So that only I can post messages on Chitter as me
I want to log in to ChitterAs a Chitter addict
So that I can avoid others posting messages on Chitter as me
I want to log out of Chitter```
## How to run
* Clone the project - git clone https://github.com/emilyjspencer/Chitter-2.0.git
* cd into the repo
* Install composer dependencies by running:
```
composer install
```
* Install npm dependencies by running:
```
npm install
```
* Copy the .env file
```
cp .env.example .env
```
* Generate an app encryption key
```
php artisan key:generate
```
* Create a database
* Configure database setup in the .env file:
``````
* Migrate the database with the following command:
```
php artisan migrate
```
* Type: php artisan serve
* Go to the following address in the browser:
``````
## Built with
* PHP
* Laravel
* TailwindCSS## What it looks like