Skip to content

Badhan-BUET-Zone/badhan-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

badhan-web repository consists of the code for the main frontend for the android app and website of Badhan, BUET Zone. This repository is a part of the Badhan, BUET Zone Github Organization.

Developers Involved

Technology Stack

  • Vue.js
  • Capacitor.js

Description

badhan-web is a Single Page Application (SPA) built using Vue 2. Simply visit the site https://badhan-buet-test.netlify.app/ to check our frontend.

The android app is a hybrid app built using a library named Capacitor to build the android app from the web application.

Deployment

The android app can be found in this Google Play link.

The website is active in two deployments: Test deployment in Netflify (https://badhan-buet-test.netlify.app/) and Production deployment in Firebase (https://badhan-buet.web.app/)

Procedure for Local Setup

  • Install Docker.

  • Clone this repository:

    git clone https://github.com/Badhan-BUET-Zone/badhan-web

  • Run bin/install from inside the cloned repo.

  • Run bin/up

  • Visit https://localhost:8080 to check the development version of the website.

That's it. The badhan-web frontend is now running in your local machine.