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.example
toconfig/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 dev
to run the app in development mode. - Production Mode: Use
npm start
to run the app in production mode.
Version: 1.0.0
License: MIT
244.07KB
文件大小:
评论区