fsdk-starter-default

0.0.1 • Public • Published

fsdk Marketplace Tutorial

The code for this tutorial at the moment only supports fsdk v1.3.1 and fsdk Extender v1.7.2

Code for fsdk Marketplace Tutorial using fsdk Extender.

This includes the full fsdk server. If you want to install the marketplace into an existing fsdk server, please check out the fsdk Marketplace plugin instead.

Prerequisites

Before you run this code you'll need PostgreSQL and Redis installed.

Installation

After cloning the repository, install the dependencies:

npm i

Configuration

Copy .env.example to .env and add your database and Redis configurations as necessary.

Seed and Migrate Database

Run the following command to seed the database:

npm run seed

Before running migrations, make sure to run the build command:

npm run build

Then run the migrations

./node_modules/.bin/medex migrate --run

Running the Server

To run the server run the following command:

npm start

Readme

Keywords

Package Sidebar

Install

npm i fsdk-starter-default

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

840 kB

Total Files

265

Last publish

Collaborators

  • naveen.joshi