Skip to content

sujanth21/devcamper_node_api

Repository files navigation

Devcamper API

Backend API for DevCamper application, that is a bootcamp directory website

Usage

Rename "config/config.env.env" to "config/config.env" and update the field values to your own

Install dependencies

npm install

Run app

# Run in the dev mode
npm run dev

# Run in the production
npm start