1.0.1 • Published 7 years ago
api_restdemo v1.0.1
API REST Demo v1
- Install
- Configuration
- Starting
- Testing
Install
To install all dependencies you must to execute the following sentence and then set every variable into .env file
npm installConfiguration
Modify the .env file in the root of the project and sett your key/value pairs in the following format of KEY=VALUE:
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=TheSpecial
DB_PASS=EverythingIsAwesomeStart & watch
npm startTesting
npm test1.0.1
7 years ago