magaum / mockable-api

Api for mock http responses

Home Page:https://mockable-api.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mockable API

Codacy Badge Codecov Build Status

API for mock http responses

Get starting

A .env file should be created in root path, without this file the application will not start!

Below keys must be replaced with valid values.

Keys
SENTRY_DSN
MONGO_USER
MONGO_PASSWORD
MONGO_URI
REDIS_HOST
REDIS_PORT
REDIS_KEY_PREFIX
REDIS_PASSWORD

After that execute: docker-compose up

Tip: If you want to see application logs add DEBUG=mockable* in .env file

Debugging

Select "Docker" profile and press F5

Tests

All tests are executed in docker with npm test

Lint

Lint is executed with npm run lint command

Application URLs

About

Api for mock http responses

https://mockable-api.herokuapp.com/

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.2%Language:Dockerfile 0.8%