Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddim03/sipma
Project Base Learning
https://github.com/ddim03/sipma
Last synced: 1 day ago
JSON representation
Project Base Learning
- Host: GitHub
- URL: https://github.com/ddim03/sipma
- Owner: ddim03
- Created: 2023-11-01T13:49:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-20T17:45:23.000Z (about 1 year ago)
- Last Synced: 2024-11-14T10:34:16.897Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SIPMA
Sistem Informasi Pengumuman Mahasiswa dan Arsip.
## Tech Stack
- Laravel 10
- TailwindCSS v3.3.5
- Flowbite## Run Locally
Clone the project
```bash
git clone https://github.com/ddim03/sipma.git
```Go to the project directory
```bash
cd sipma
```Copy .env.example file
```bash
cp .env.example .env
```Install dependencies
```bash
composer install
``````bash
pnpm install
```Generate application key
```bash
php artisan key:generate
```Start the server
```bash
pnpm dev
``````bash
php artisan serve
```