/api

Code for the Mue API

Primary LanguageJavaScriptMIT LicenseMIT

Mue API

Source code for the Mue API.

WARNING

This is the code for the current serverless version, older versions and the WIP v2 version can be found in the branches.

Installation

  1. npm i (or yarn)
  2. Move config-example.json (located in src/) to config.json and fill it with the required information
  3. node src/setup.js
  4. Fill out the database with your quotes and images
  5. Run the API server with node src/index.js

License

MIT