DevCamper API Backend Node.js Bootcamp Directory Project
The DevCamper API is the backend API for the DevCamper application, a bootcamp directory site. Below are the steps to set up the project:
MongoDB Connection
- Rename
config/config.env.exampletoconfig/config.env. - Update the values/settings to your own preferences.
Installation
Run the following command to install dependencies:
npm install
Running the Application
- Development Mode: Use the command
npm run devto run the app in development mode. - Production Mode: Use
npm startto run the app in production mode.
Version: 1.0.0
License: MIT
文件大小:244.07KB
评论区