Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 598 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 598 Bytes

CE Boost Up XI - API 🚀

CE Boost Up XI API is a RESTful API for CE BoostUp XI website. It is built with NodeJS and NestJS framework.

Requirements

Development

  • Install dependencies
npm install
  • Run with NodeJS
npm run start:dev
  • Run with Docker
docker-compose up -d

Deployment

  • Build Docker image
docker build -t ceboostup-api .