Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zerossb/framerate
A forum created with Laravel, Inertia and VueJS
https://github.com/zerossb/framerate
Last synced: 23 days ago
JSON representation
A forum created with Laravel, Inertia and VueJS
- Host: GitHub
- URL: https://github.com/zerossb/framerate
- Owner: zerossB
- Created: 2024-01-12T16:43:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T12:31:22.000Z (12 months ago)
- Last Synced: 2024-11-07T15:53:30.394Z (2 months ago)
- Language: PHP
- Size: 528 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Framerate
A forum created with Laravel, Inertia and VueJS
## Local Environment
Download the project
```bash
git clone
```Copy the .env.example file and change as necessary
```bash
cp .env.example .env
```Install dependencies
```bash
composer install
```Upgrade the server with Laravel Sail
```bash
sail up -d
```Generate a new key if it does not exist
```bash
sail artisan key:generate
```Run front-end development
```bash
sail npm run dev
```And access the url [http://localhost](http://localhost) in the browser
## Stack used
**Front-end:** VueJs with Composition API
**Back-end:** Laravel 10 and Inertia
**Devops:** Docker