https://github.com/sonyvansha/app-dashboarduser
project Ujian Kenaikan Tingkat - KITS
https://github.com/sonyvansha/app-dashboarduser
full-stack project
Last synced: 12 months ago
JSON representation
project Ujian Kenaikan Tingkat - KITS
- Host: GitHub
- URL: https://github.com/sonyvansha/app-dashboarduser
- Owner: SonyVansha
- Created: 2024-06-18T16:54:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T21:38:54.000Z (almost 2 years ago)
- Last Synced: 2025-05-31T07:36:33.866Z (about 1 year ago)
- Topics: full-stack, project
- Language: Handlebars
- Homepage:
- Size: 705 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


# Web Login and Signup
This Web from Device, you must be set from the database SQL for mariadb.
# Setup Database MariaDB Local
To set the user and password on the database, use the command in the instructions below:
setting the user
```
CREATE DATABASE data_ukt;
CREATE USER 'admin'@'localhost' IDENTIFIED BY 'admin123';
GRANT ALL PRIVILEGES ON nama_database.* TO 'admin'@'localhost';
FLUSH PRIVILEGES;
```
# Application
## Install nodejs
`curl -fsSL https://rpm.nodesource.com/setup_21.x | sudo bash -`
`sudo yum install -y nodejs git`
## Install Dependencies
`npm install`
# Envinronment Variable
Setting the environment variable on your path application, use the name .env, and set the variable name on the instruction below:
`DB_HOST=YOUR_ENDPOINT`
`DB_USER=YOUR_USER`
`DB_PASS=YOUR_PASSWORD_DATABASE`
`DB_NAME=YOUR_NAME_DATABASE`
# Command run application
`npm run start`