lite

Gocroot lite

Gocroot Backend Lite Version, Get starter:

  1. Download code from https://github.com/gocroot/lite
  2. Ekstrak and run
go run .

Open your browser with URL http://127.0.0.1:8080

Setup Server

image

Sign Up for a 100MB plan Free for life in alwaysdata. Login into your dashboard and follow this instruction:

  1. Open the menu Web>Sites>Modify image
  2. In the Configuration section edit command and Environment image
    Please set the environment variable in your system:
    MONGOSTRING=YOURMONGOSTRINGACCESS
    

    In this menu, you will see an APPID in the title, shown as a number and a home folder used in the github secrets variable.

  3. Go to menu REmote Access>SSH>Modify, set a very strong password and tick enable password-based login
  4. Set APIKEY in Customer Area>Profile >Managing Tokens>Generate a token
  5. Add sshhost, sshusername, sshpassword, sshport, apikey, appid and folder in your GitHub secret>action variable image

Database

NoSQL

The first thing to do is prepare a Mongo database using this template:

  1. Sign up for mongodb.com and create one instance of Data Services of mongodb.
  2. Download MongoDB Compass, connect with your mongo string URI from mongodb.com
  3. Create database name iteung and collection reply
    image
  4. Import this json into reply collection.
    image
    image
    image

RDBMS

Signup Supabase