An open API service indexing awesome lists of open source software.

https://github.com/eugeniusms/sbf-pti-be

The repository contains materials and backend tutorials for SBF PTI BEM Fasilkom UI 2022.
https://github.com/eugeniusms/sbf-pti-be

backend bem-fasilkom-ui college django pti-2022 sbf-pti tutorial

Last synced: 2 months ago
JSON representation

The repository contains materials and backend tutorials for SBF PTI BEM Fasilkom UI 2022.

Awesome Lists containing this project

README

          

## [PTI-BACKEND] MINI-PROJECT
Slide & Instruction Details:

Download



by https://github.com/eugeniusms




✋ Wait, look at the top right corner then you see a star, click the star 🌟 to save this repository to the reading list

## Cara Menjalankan Solusi:
1. Salin repository ini ke komputer secara lokal

`git clone https://github.com/eugeniusms/sbf-pti-be`

Lalu masuk ke dalam folder proyek dengan

`cd sbf-pti-be`
2. Buat venv baru bernama env

`python -m venv env`
3. Menginstall dependensi proyek

`pip install -r requirements.txt`
4. Menjalankan migrate

`python manage.py migrate`
5. Menjalankan server

`python manage.py runserver`

Buka browser ke alamat

`localhost:8000/daftar-destinasi`
6. Jika ingin menambahkan daftar peserta maka buat superuser

`python manage.py createsuperuser`

Lalu login melalui halaman admin dan tambahkan data di dalamnya

`localhost:8000/admin`

## Selamat Belajar 😁
Credit: Eugenius Mario - PTI 2022