Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```