https://github.com/novqigarrix/tubes_pemograman2
Tugas Besar Pemograman 2 - Manajemen Penjualan Produk
https://github.com/novqigarrix/tubes_pemograman2
Last synced: about 1 month ago
JSON representation
Tugas Besar Pemograman 2 - Manajemen Penjualan Produk
- Host: GitHub
- URL: https://github.com/novqigarrix/tubes_pemograman2
- Owner: NovqiGarrix
- Created: 2023-01-08T08:03:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T09:51:22.000Z (over 3 years ago)
- Last Synced: 2025-11-05T14:32:41.372Z (7 months ago)
- Language: Java
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aplikasi Manajement Penjualan Produk
## Setup Aplikasi
1. Clone repository ini
2. Lalu buat file .env.properties di root project
3. Masukkan isi dari .env.properties yang sudah kukasih di WA
4. Lalu buat branch baru Caranya: `git checkout -b `. Contoh: `git checkout -b login`
- Nama branch nya tidak boleh sama dengan yang sudah ada
- Nama branch juga tidak boleh mengandung spasi
5. Lalu anda bisa coding. Code nya harus berada di dalam folder `src/main/java/com.novqigarrix.java.database`.
## Setelah selesai coding
Setelah selesai coding lakukan commit dan push ke branch yang sudah anda buat Caranya:
1. `git add .`
2. `git commit -m ""`. Contoh: `git commit -m "Menambah Fitur login"`
3. `git push origin `