/CuConnect

Primary LanguageTypeScriptMIT LicenseMIT

CuConnect

A mobile application built with ReactNative to access important modules from CUIMS ( Chandigarh University Information Management System), powered by UIMS-API

Usage

Download expo client from PlayStore or Appstore and open CuConnect on Expo

Building

$ git clone https://github.com/xpt1x/CuConnect.git
$ cd CuConnect
# install required dependencies
$ pip install -r requirements.txt
$ cd CuConnect
$ python manage.py runserver

# Frontend
$ cd frontend && yarn
$ yarn start