CE Boost Up XI API is a RESTful API for CE BoostUp XI website. It is built with NodeJS and NestJS framework.
- Install dependencies
npm install
- Run with NodeJS
npm run start:dev
- Run with Docker
docker-compose up -d
- Build Docker image
docker build -t ceboostup-api .