Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 346 Bytes

readme.md

File metadata and controls

27 lines (17 loc) · 346 Bytes

Bootcamp API

This is a backend API for bootcamps and related courses

Usage

Rename the "config/example.env" to "config/config.env" and input your custom configurations

Installation

npm install

Run Application

# run in dev mode
npm run dev

# run in production mode
npm run start

  • Version 1.0.0
  • License MIT