nidguayAPI
Describe
API for KMITL student who want to know credit for all semester
Stack
- NestJS
- Postgresql
Note
This API is a prototype, I created it for computer engineering student
How it's use??
Clone
git clone https://github.com/BarwSirati/nidguayAPI.git
Format
npm run format
Dev
npm run start:dev
Production
npm start
Deploy
Database (Only Database)
docker-compose -f docker-compose.db.yml up -d
Application
docker-compose up -d