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
-
Notifications
You must be signed in to change notification settings - Fork 0
GreenXNetwork/gex-eco-contract-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Contract API server for GEX platforms
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published