-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Ali Bazregar edited this page Jun 27, 2024
·
1 revision
- Node.js (v20.12.1 or higher)
- npm (v10 or higher)
- MongoDB
- MySQL
- SQLite
- Redis
-
Clone the repository:
git clone https://github.com/Manzoomeh/BasisCore.Server.Node.git cd BasisCore.Server.Node -
Install the dependencies:
npm install
Configure your database connections and server settings in the config.json file or if you dont want to use management you can use index.js.
To start the server, run:
npm startor
npm run dev