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
- Host: GitHub
- URL: https://github.com/punkyoon/mock-server
- Owner: punkyoon
- Created: 2019-05-13T17:08:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T15:12:49.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T17:13:58.626Z (4 months ago)
- Topics: back-end, front-end, mock-server, poc, python
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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