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

https://github.com/onnesok/bracu_core

BRACU Core is a mobile application designed to enhance student experience at BRAC University by providing seamless access to essential academic and administrative features. It's our CSE471 dummy project.
https://github.com/onnesok/bracu_core

bracu cse471-project

Last synced: about 2 months ago
JSON representation

BRACU Core is a mobile application designed to enhance student experience at BRAC University by providing seamless access to essential academic and administrative features. It's our CSE471 dummy project.

Awesome Lists containing this project

README

          

# Bracu Core: Mobile app for bracu
![](https://raw.githubusercontent.com/Onnesok/bracu_core/refs/heads/main/assets/logo/bracu_core.png)

**Bracu Core** Bracu core is our cse471 project which is basically the improved version of Brac University's lost mobile app.

## 🛠️ **Tech Stack**
- **Frontend**: Flutter
- **Backend**: Node.js, Express.js
- **Database**: MongoDB Atlas

---

## 🗃️ **Backend** :

[Backend Here](https://github.com/Onnesok/bracu_core_backend)

For updated file structure use ``gitingest``

## 🚀 **How to Get Started**

**Fork**

First ``Fork`` the repository... Then clone the repository from your profile where you forked it...

**For cloning**
```bash
git clone https://github.com/Onnesok/bracu_core.git
cd bracu_core
```
**env setup**

Setup an ``env`` file to store secrets.....

Install dependencies and run :
```bash
flutter pub get
flutter run
```