Skip to content

GreenXNetwork/gex-eco-contract-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

gex-eco-contract-api

DEMO: Contract API server for GEX platforms
Install:
1/ npm install
2/ npm install knex -g
3/ knex init
This will create knexfile.js, set up your database settings, example
development: { client: 'mysql', connection: { database: 'test', user: 'root', password: '' } }
4/ create a schema in MySQL called 'test' 5/ knex migrate:latest
This creates the user table
6/ knex seed:run
This populates data into user table
7/ To run the project: nodemon
Done!~ happy exploring

About

Contract API server for GEX platforms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published