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.
- Host: GitHub
- URL: https://github.com/onnesok/bracu_core
- Owner: Onnesok
- Created: 2025-02-27T09:18:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T13:34:56.000Z (about 1 year ago)
- Last Synced: 2025-05-06T14:54:17.618Z (about 1 year ago)
- Topics: bracu, cse471-project
- Language: Dart
- Homepage:
- Size: 2.12 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bracu Core: Mobile app for bracu

**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
```