Ensure you have Node.js and npm (Node Package Manager) installed on your system. These tools are essential for running JavaScript projects outside the browser and managing project dependencies.
Open your terminal or command prompt and navigate to your project directory. Execute the following command to install all required modules.
npm install
Create a .env file in the root of your project directory. Take reference from env.example to add you own keys and other required things.
Run the server using the following start script:
npm start