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.
- Host: GitHub
- URL: https://github.com/eugeniusms/sbf-pti-be
- Owner: eugeniusms
- Created: 2022-11-06T04:58:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T05:34:10.000Z (over 3 years ago)
- Last Synced: 2025-01-03T21:41:18.559Z (over 1 year ago)
- Topics: backend, bem-fasilkom-ui, college, django, pti-2022, sbf-pti, tutorial
- Language: Python
- Homepage:
- Size: 862 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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