LowCodeAPI Googlesheet API
LowCodeAPI Googlesheet API
Prerequisites:
- Install NodeJS version 20+ using nodejs.org or nvm
- Sqlite (No installation required).
This steps is for Linux or Mac machine. For Window, you will either need a WSL activated or you will need to install git-bash for Windows.
Steps to run the LowcodeAPI locally or self-host on your own server.
Download the zip file and extract the zip.
Open your terminal and switch to extracted directory and run the following command.
npm run setupThis will install all the dependencies and setup the application.
In order to login you will need to create a user, using the following command,
EMAIL=<login_email> PASSWORD=<login_password> FIRST_NAME=<your_first_name> LAST_NAME=<your_last_name> npm run createRun your LowCodeAPI application
npm start
By default application runs on port 3445, you can change the port using
PORT=<CUSTOM_PORT> npm start Or
Updating port in .env file inside the application folder.
Email at help @ lowcodeapi.com for any assistance.
Zip of pre-compiled LowcodeAPI software