Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nursyah21/jlnr
tugas pipl, aplikasi sosial media untuk membagikan carbon footprint ketika sedang berpergian
https://github.com/nursyah21/jlnr
Last synced: about 21 hours ago
JSON representation
tugas pipl, aplikasi sosial media untuk membagikan carbon footprint ketika sedang berpergian
- Host: GitHub
- URL: https://github.com/nursyah21/jlnr
- Owner: nursyah21
- Created: 2023-07-17T08:44:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-18T10:09:01.000Z (over 1 year ago)
- Last Synced: 2023-07-18T11:38:16.808Z (over 1 year ago)
- Language: PHP
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting started
setup environment
```batch
gh repo clone nursyah21/jlnr
cd jlnr
composer install
npm install
copy .env.example .env
php artisan migrate --seed
php artisan key:generate
```for development
```batch
php artisan serve
npm run dev
```