https://github.com/rezairfanwijaya/simple-scholarship-registration
https://github.com/rezairfanwijaya/simple-scholarship-registration
backend chartjs frontend gin-gonic go mysql reactjs rest-api
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rezairfanwijaya/simple-scholarship-registration
- Owner: rezairfanwijaya
- Created: 2023-03-23T22:27:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T15:11:16.000Z (about 2 years ago)
- Last Synced: 2025-02-14T18:17:56.347Z (3 months ago)
- Topics: backend, chartjs, frontend, gin-gonic, go, mysql, reactjs, rest-api
- Language: CSS
- Homepage:
- Size: 15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Scholarship App
Repo ini memuat code dari wesbite pendaftaran beasiswa sederhana. Untuk dapat menjalankan program ini dapat mengikuti intruksi berikut
## Run Locally For Setup Server#### Clone the project
```bash
git clone https://github.com/rezairfanwijaya/simple-scholarship-registration.git
```#### Go to the project directory
```bash
cd simple-scholarship-registration/backend
```#### Setup ENV
##### Rename .env.example file menjadi .env dan sesuaikan dengan database yang dipilih
##### contoh :
```bash
DATABASE_USERNAME = "root"
DATABASE_PASSWORD = ""
DATABASE_HOST = "127.0.0.1"
DATABASE_PORT = "3306"
DATABASE_NAME = "serkom"
SECRET_KEY = "3465837DVBJHFB3764SHNBVN_89"
```#### Run application
##### Terdapat executable file bernama `main.exe` dan jalankan file tersebut sehingga terbuka terminal. Jangan menutup terminal selama program akan dijalankan.
## Data Admin
##### Untuk masuk kedalam dashboard silahkan masukan credentials berikut
```bash
username : "[email protected]"
password : "12345"
```
## Data Email
##### Terdapat beberapa email yang dapat digunakan untuk melakukan registrasi beasiswa yaitu
```bash
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
```## Run Locally For Setup Client
#### Go to the project directory```bash
cd simple-scholarship-registration/frontend
```#### Get Dependency
```bash
npm install
```#### Serve Application
```bash
npm start
```
