Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 709 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 709 Bytes


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