0.1.0 • Published 6 years ago

torino9app v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Torino9app

scout sites

Build Status

Deploy

TEST

mocha tests and karma tests

npm install
npm start
npm test

DEV

you need an .env file with this params

{
  "SECRET": "<SECRET>",
  "MONGODB_URI": "<MONGODB_URI>",
  "PORT": "<PORT>",
  "WEB_CONCURRENCY": <WEB_CONCURRENCY>,
  "IMGUR_USERNAME": "<IMGUR_USERNAME>",
  "IMGUR_PASSWORD": "<IMGUR_PASSWORD>",
  "IMGUR_CLIENTID": "<IMGUR_CLIENTID>"
}

to run

npm install
npm start
ng serve