1.0.1 • Published 6 years ago

api_restdemo v1.0.1

Weekly downloads
3
License
-
Repository
-
Last release
6 years ago

API REST Demo v1

  1. Install
  2. Configuration
  3. Starting
  4. Testing

Install

To install all dependencies you must to execute the following sentence and then set every variable into .env file

npm install

Configuration

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=EverythingIsAwesome

Start & watch

npm start

Testing

npm test