Skip to content

spacetimewave/trustnet-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trustnet Api

Installation

$ npm init
$ npm install express
$ npx express-generator
$ npm install typescript -D
$ npx tsc --init

Run

$ npm install

Install Apache CouchDB in:

https://couchdb.apache.org/

Record your CouchDB credentials.

Then, open Project Fauxton to access CouchDB instance

http://localhost:5984/_utils/#login

Setup CouchDB by configuring a Cluster or Single Node. We will use Single Node for development.

alt text

Run the project:

  • LINUX or MAC
$ DEBUG=app:* npm start
  • WINDOWS SHELL
$ set DEBUG=app:* & npm start
  • WINDOWS POWERSHELL
$ $env:DEBUG='app:*'; npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published