All Projects → upkoding → upkoding

upkoding / upkoding

Licence: AGPL-3.0 license
Membuat belajar coding menyenangkan dan menantang!

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
Svelte
593 projects
CSS
56736 projects

Projects that are alternatives of or similar to upkoding

techloop-w-plus
Archives of webdev sessions
Stars: ✭ 21 (-70%)
Mutual labels:  bootstrap4
Ecommerce-Template-Bootstrap
Ecommerce Template - Bootstrap 4 & Material Design. ATTENTION! New templates for the latest Bootstrap 5 are now also available. Access new free templates via the link below.
Stars: ✭ 137 (+95.71%)
Mutual labels:  bootstrap4
Fenice-Network
Building the job search portal which helps both recruiters and job seekers to get perfect jobs.
Stars: ✭ 20 (-71.43%)
Mutual labels:  bootstrap4
twbs-helper-module
Laminas (formerly Zend Framework) module for easy integration of Twitter Bootstrap
Stars: ✭ 18 (-74.29%)
Mutual labels:  bootstrap4
vue-custom-google-autocomplete
🔍 Google Place Autocomplete Search - Renderless component + Wrappers for Bulma, Bootstrap and more...
Stars: ✭ 31 (-55.71%)
Mutual labels:  bootstrap4
business-frontpage
A business home page starter template for Bootstrap 4 featuring marketing boxes and a full width image header.
Stars: ✭ 23 (-67.14%)
Mutual labels:  bootstrap4
angularjs-es6-starter-kit
Basic AngularJS, ES6, Webpack Starter Kit Project which includes Bootstrap 4 also. This is a boilerplate for AngularJS SPA with Bootstrap 4.
Stars: ✭ 28 (-60%)
Mutual labels:  bootstrap4
django-bootstrap-customizer
Build customized Bootstrap CSS using the Django admin
Stars: ✭ 47 (-32.86%)
Mutual labels:  bootstrap4
template-mundana-bootstrap-html
Free blogging template by Sal (@wowthemesnet). Beautifully crafted with the latest technologies, SASS & Bootstrap 4.1.3, Mundana is the perfect design for your professional blog.
Stars: ✭ 39 (-44.29%)
Mutual labels:  bootstrap4
ng-toggle
Bootstrap-styled Angular Toggle Component
Stars: ✭ 14 (-80%)
Mutual labels:  bootstrap4
angular-cli-skeleton
angular-cli skeleton to quickly start a new project with advanced features and best practices. All features are described in README.md.
Stars: ✭ 32 (-54.29%)
Mutual labels:  bootstrap4
bootstrap5-tags
Replace select[multiple] with nices badges for Bootstrap 5
Stars: ✭ 58 (-17.14%)
Mutual labels:  bootstrap4
PlusAdmin-Free-Bootstrap-Admin-Template
Free Admin template featuring horizontal and vertical navbar. Built using Bootstrap 4.
Stars: ✭ 98 (+40%)
Mutual labels:  bootstrap4
django-tables2-column-shifter
Simple extension for django-tables2 can dynamically show or hide columns. Using JQuery, Bootstrap 3, Bootstrap 4, Bootstrap 5 and Django >=1.9
Stars: ✭ 17 (-75.71%)
Mutual labels:  bootstrap4
Magazine-Template-Bootstrap
Magazine Template - Bootstrap 4 & Material Design. ATTENTION! New templates for the latest Bootstrap 5 are now also available. Access new free templates via the link below.
Stars: ✭ 15 (-78.57%)
Mutual labels:  bootstrap4
startbootstrap-business-frontpage
A Bootstrap HTML business homepage template created by Start Bootstrap
Stars: ✭ 177 (+152.86%)
Mutual labels:  bootstrap4
chatApp
This is the chat application based on Javascript, html and bootstrap. This chat app use the firebase real time database.
Stars: ✭ 15 (-78.57%)
Mutual labels:  bootstrap4
markyp-bootstrap4
Create Bootstrap 4 web pages using purely Python.
Stars: ✭ 19 (-72.86%)
Mutual labels:  bootstrap4
laravel-bootstrap-toasts
Bootstrap Toast made easy for Laravel
Stars: ✭ 26 (-62.86%)
Mutual labels:  bootstrap4
bsnav
An extended Bootstrap 4 menu with a bunch of utilities
Stars: ✭ 90 (+28.57%)
Mutual labels:  bootstrap4

upkoding

Screenshot Awal

UpKoding ingin membuat belajar pemrograman menyenangkan dengan format bite-sized learning, belajar materi secukupnya, langsung uji dan praktekkan dengan proyek atau problem solving.

Development

Cara yang paling mudah yaitu dengan menggunakan Docker dan Docker compose, beberapa perintah penting sudah disediakan melalui Makefile.

Kemudian jalankan perintah berikut secara berurutan:

# 1. buat file env baru bernama .env dan copy isi dari .env.example
# dan ubah parameter kalau diperlukan.
cp .env.example .env

# 2. jalankan DB migration
make migrate

# 3. buat admin / superuser, masukkan informasi yang diminta
make createsuperuser

# 4. build theme static files
make buildstatic

# 4. build Svelte static files (new)
make buildsvelte

# 5. jalankan proyek
make runserver

Start developing & login ke admin:

Kalau semua lancar maka, kita akan melihat websitenya jalan di http://localhost:8000. Untuk login ke admin tinggal buka http://localhost:8000/admin (gunakan username dan password yang sama pada saat kita buat superuser).

Apabila ada yang kurang jelas, ketemu bug, feature request bisa kita diskusikan lewat github Issue atau Discussion.

Teknologi

Platform ini dibuat dengan Framework Django, database PostgreSQL dan hosting di Digital Ocean (link afiliasi).

Beri Dukungan

Kode proyek selalu terbuka dan siapa saja bisa bergabung dan memanfaatkannya secara gratis, tapi untuk menjaga platform tetap berjalan dan mendukung pengembangannya pastinya perlu tenaga dan biaya (infrastruktur/maintenance/support).

Untuk itu bagi siapapun yang berkenan bisa mendukung dengan cara berikut ini:

  • Bantu mengembangkan
  • Bagikan ke media sosial, referensikan ke teman
  • Jadi sponsor (perusahaan atau perorangan)
  • Jadi member Pro Access di upkoding.com
  • Sponsor perorangan via Saweria atau Paypal

Lisensi

Proyek ini berlisensi AGPL-3.0 License.

Permissions of this strongest copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. When a modified version is used to provide a service over a network, the complete source code of the modified version must be made available.

Yang artinya:

Siapa saja boleh mempergunakan, memodifikasi dan mendistribusikan proyek ini tetapi harus tetap menggunakan lisensi yang sama dan kode sumber harus selalu dibuka secara penuh seperti yang dilakukkan pengembang dengan upkoding.com.

Lebih detail mengenai lisensi ini bisa dibaca disini.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].