Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hkaar/epoch
A simple social media web app made with laravel
https://github.com/hkaar/epoch
laravel simple-app social-media
Last synced: 13 days ago
JSON representation
A simple social media web app made with laravel
- Host: GitHub
- URL: https://github.com/hkaar/epoch
- Owner: Hkaar
- License: apache-2.0
- Created: 2024-09-03T10:42:24.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-12T23:24:18.000Z (4 months ago)
- Last Synced: 2024-09-13T11:53:32.064Z (4 months ago)
- Topics: laravel, simple-app, social-media
- Language: PHP
- Homepage:
- Size: 433 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Epoch
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![Workflow Status](https://github.com/Hkaar/Epoch/workflows/CI/badge.svg)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)A simple social media web app using laravel
## Requirements
- PHP >= 8.1
- Composer
- Node.js## So what's it for?
This project is just a simple example of a social media web app
using laravel and that's pretty much it.## Then, how do i run it on my computer?
If you really want to run this web app locally follow the steps below 'kay?
Clone the repo
```bash
git clone https://github.com/Hkaar/Epoch.git
```Go to the repo folder
```bash
cd Epoch
```Install the required dependecies
```bash
composer install
```Generate the env
`Bash` :
```bash
mv .env.example .env && cp .env .env.example
````Powershell` :
```powershell
Rename-Item .\.env.example .\.env ; Copy-Item .\.env .\.env.example
```Install npm dependecies
```bash
npm install
```Build the assets
```bash
npm run build
```Generate the app key
```bash
php artisan key:generate
```Run the migrations
```bash
php artisan migrate
```Seed the database
```bash
php artisan db:seed
```And then serve it!
```bash
php artisan serve
```## So, how do i help?
You can help the project by contributing to it or by just using the app :)
See on how to contribute by going to the [contribution guide](https://github.com/Hkaar/7Books/blob/master/CONTRIBUTING.md) of the project
And that's all, btw here's a table for your reward
ʕノ•ᴥ•ʔノ ︵ ┻━┻