Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sammwyy/mocke

Rest API Mock built in Typescript.
https://github.com/sammwyy/mocke

api api-rest express http mock mock-server node nodejs rest typescript

Last synced: 2 days ago
JSON representation

Rest API Mock built in Typescript.

Awesome Lists containing this project

README

        

# Mocke

Rest API Mock built in Typescript.

## Description

Mocke is a Mock that allows you to start a dynamic rest api to test and speed up the development of Frontend applications. Read [docs](https://sammwyy.github.io/Mocke) for more information.

## How to use

#### From command line

```bash
npx mocke
```

#### From source

```bash
# Clone project
git clone https://github.com/sammwyy/Mocke

# Install dependencies
yarn install

# Compile project
yarn build

# Start project
yarn start
```