Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ktuapp/api
- Owner: ktuapp
- License: gpl-3.0
- Created: 2018-10-24T15:30:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T11:39:38.000Z (almost 2 years ago)
- Last Synced: 2024-04-27T19:33:30.194Z (7 months ago)
- Language: JavaScript
- Homepage: https://play.google.com/store/apps/details?id=com.retinaapps.ktuapp
- Size: 982 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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`