Skip to content

pauloargenal/api-wallet-integration

Repository files navigation

API Wallet Integration

  • basic backend-development and smart contract integration using AdonisJS framework

Minimum Versions

Prereq Setup

  1. NVM or Nodenv - For developers; Install Node 16.x
  2. PostgreSQL
  3. Dbeaver

Development Setup

  1. $ git clone git@github.com:Selenophilia/api-wallet-integration.git
  2. $ cd api-wallet-integration
  3. $ npm install
  4. $ node ace serve --watch

Copy .env file.

  1. $ cp .env.example .env

Configure your local database

$ node ace configure @adonisjs/lucid
Select the database you want to use: 
  PostgreSQL

# It will let you choose if you want to open the configurations on terminal or browser. 

# copy your configurations on the `env.ts` file

# go to your .env file and add neccessary configurations 
  PG_HOST=localhost
  PG_PORT=5432
  PG_USER=user
  PG_PASSWORD=password
  PG_DB_NAME=user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published