Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagusperdanay7/note-apps-be
Backend Note-Apps
https://github.com/bagusperdanay7/note-apps-be
back-end composer laravel mysql php restful-api
Last synced: 10 days ago
JSON representation
Backend Note-Apps
- Host: GitHub
- URL: https://github.com/bagusperdanay7/note-apps-be
- Owner: bagusperdanay7
- Created: 2023-10-27T10:27:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T15:51:58.000Z (about 1 year ago)
- Last Synced: 2023-11-15T11:25:57.957Z (about 1 year ago)
- Topics: back-end, composer, laravel, mysql, php, restful-api
- Language: PHP
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note Apps
Note Apps ini adalah sebuah aplikaasi web yang dibuat untuk mencatat keuangan customer dalam kehidupan sehari hari. Tujuan dari projek ini adalah menambahkan portofolio dan meningkatkan skill.
Tim Proyek:
+ [Robi Nurhidayat](https://github.com/Robi-Nurhidayat) => Front-End Developer, Project Manager
+ [Bagus Perdana Y.](https://github.com/bagusperdanay7) => Back-End Developer#### Back-End Tools:
- PHP 8.2
- Laravel
- Composer
- MySQL Database
- OpenAPI & Swagger
- JWT#### Front-End Tools:
- React
- TypeScript
- TailwindCSS
- Redux## Repository
+ Back-End : https://github.com/bagusperdanay7/note-apps-be
+ Front-End : https://github.com/Robi-Nurhidayat/note-app-frontend## Lisensi
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
### Run Laravel
Klona Repository Ke Komputer Local / Server
```bash
git clone https://github.com/bagusperdanay7/note-apps-be
```Masuk ke directory note-apps-be
```bash
cd note-apps-be
```Update Composer Package
```bash
composer update
```Bangkitkan Key Baru
```bash
php artisan key:generate
```Generate Secret Key
```bash
php artisan jwt:secret
```Migrate Database
```bash
php artisan migrate
```Jalankan Laravel Server
```bash
php artisan serve
```