Deployed at https://vega-editor-backend.vercel.app/. Code is at https://github.com/vega/editor-backend.
Clone the repository.
$ git clone git@github.com:vega/editor-backend.git
Install all dependencies.
$ yarn install
Put configurations in a .env
file in the root directory.
$ cp .env.sample .env
Sample configuration of a .env
file can be:
# [@domoritz](https://github.com/domoritz) created this app for OAuth testing.
# You may create [your own application](https://github.com/settings/developers).
# GitHub OAuth app credentials
GITHUB_CLIENT_ID=a901f0948b144d29fbdf
GITHUB_CLIENT_SECRET=dfdb84ff29fde4eaa160078d13e024530238ebe0
# Session ID configuration
SESSION_SECRET=secret
Run the back-end server.
$ yarn start
Go to the home route (which usually is http://localhost:3000/
). Otherwise
it will be mentioned in the console where the above command is run.
Go to https://vega.github.io/editor-backend/.
yarn format
to fix
formatting where it's possible to do so automatically.Generated using TypeDoc