Node.js/MongoDB
Get Started
Let's get your SaaS application up and running quickly :
Clone the Project: Use your GitHub access token to clone the project:
Environment Variables: Create a
.env
file based on the.env.example
and fill in the following details:
DEFAULT_PLAN_ID
: ID of the default plan assigned to new users is necessary
DATABASE INFOS
: Connection details for your MongoDB database
Install Dependencies: Navigate to the project directory and install dependencies:
Start the Application: Run the following command to start the server:
This will start the application, and you should be able to access it on the port specified in your configuration (usually http://localhost:3000).
Last updated