Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ktuapp/api

API Used By KTU Official | Student Portal
https://github.com/ktuapp/api

Last synced: 3 months ago
JSON representation

API Used By KTU Official | Student Portal

Awesome Lists containing this project

README

        




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`