Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

ʕノ•ᴥ•ʔノ ︵ ┻━┻