Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 522 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 522 Bytes

Infocar

Start application

# Clone this project
$ git clone [email protected]:tuliosj/infocar.git

# Open folder
$ cd infocar

# Install dependencies
$ npm install

# Create database table
$ npm run typeorm migration:run

# Run application
$ npm run dev

# Run tests
$ npm run test

# Tests on Windows (uses set instead of env)
$ npm run test:win

Tests

tests

Contact