ceadoor / api

API Used By KTU Official | Student Portal

Home Page:https://play.google.com/store/apps/details?id=com.retinaapps.ktuapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


KTU APP
KTU APP API

API to get APJ Abdul Kalam Technological University (KTU) students grades,basic details etc.

How to start

Install node modules

npm install

Create .env file in root location of project

touch .env

PORT=3000
NODE_ENV=development
REDIS_PORT=6379
REDIS_HOST=host.docker.internal
IMAGE_PATH=
IMAGE_URL=
API_KEY=
FIREBASE_DB_URL=
SLACK_TOKEN=
SLACK_CHANNEL=

Start project

npm start

Running in developement with nodemon

npm run dev

Running test

npm run test

About

API Used By KTU Official | Student Portal

https://play.google.com/store/apps/details?id=com.retinaapps.ktuapp

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.2%Language:Dockerfile 0.8%