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

https://github.com/punkyoon/mock-server

mock-server for front-end development
https://github.com/punkyoon/mock-server

back-end front-end mock-server poc python

Last synced: 2 months ago
JSON representation

mock-server for front-end development

Awesome Lists containing this project

README

        

# mock-server

mock-server for front-end development

## Setup

### Generate Python virtual environment

```bash
$ python -m venv .venv
```

### Install pacakges using poetry

```bash
$ poetry install
```

## License

Unlicense