Skip to content

iraapp/ira

Repository files navigation

IRA (Institute App)

id_logo1

There has been need to develop the institute app for the internal purpose and ease of information sharing. Institute is evolving in many activities and Building glory with smooth academic and industry collaboration via hosting various conferences, seminars, and much more. Various in-house chapters are also involved in different activities. Institute is also performing best in placements and students are creating success stories. Additionally, there is a pressing need of documenting rules and regulations and ensuring the on-ground follow-up of the same. To share information and various stories there is a need to develop the app.

Technologies Used:

  1. Flutter https://flutter.dev/
  2. Django https://www.djangoproject.com/

Installation:

  1. Clone this repository locally
git clone https://github.com/iraapp/institute_app.git
  1. Create your own virtual environment and use pip to install depedencies.
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Install flutter dependencies
// Move into app folder
flutter pub get
  1. One time backend setup
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
  1. Run backend using:
python manage.py runserver
  1. Run frontend using:
flutter run -t lib/main_dev.dart
  1. Setup pre commit hook
./setup_hooks.sh

Codebase Infrastructure

The backend code mainly resides in the api folder and the frontend code resides in the app folder.

The backend uses google cloud platform for using Google OAuth. You need to get API key from google for using this functionality.

There are three flavours for the flutter app.

  • dev: This uses local development server for running the app. Mainly intended for use with emulator.
  • staging: This can use any test/prod server for running the app. Mainly intended for testing with a physical device.
  • prod: This uses the final production server. No intended for testing purpose.

Cloud Architecture

IRA DevOps drawio (1)

Demo

IRA.compress.mp4

About

IIT Jammu's institute app made with flutter to ease everyday tasks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •