Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sammwyy/mocke
- Owner: sammwyy
- Created: 2021-08-29T21:37:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-29T22:59:27.000Z (about 3 years ago)
- Last Synced: 2024-11-13T18:14:37.251Z (5 days ago)
- Topics: api, api-rest, express, http, mock, mock-server, node, nodejs, rest, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/mocke
- Size: 54.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```