Skip to content

Commit

Permalink
Add basic information in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-lafont committed Jun 8, 2020
1 parent 1d686a9 commit 2ed1a7e
Showing 1 changed file with 42 additions and 6 deletions.
48 changes: 42 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,55 @@
# Mocky.io Lockdown Edition (2020)

_NEW_ Mocky Edition.
![Release CI](https://github.com/julien-lafont/Mocky/workflows/Release%20CI/badge.svg)
![Development CI](https://github.com/julien-lafont/Mocky/workflows/Development%20CI/badge.svg?branch=develop)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/julien-lafont/Mocky)

The readme is not up to date, please come back in a few hours ;)
## What is mocky?

Mocky is a simple app which allows to generate custom HTTP responses. It's helpful when you have to request a build-in-progress WS, when you want to mock the backend response in a singleapp, or when you want to test your WS client.

Don't wait for the backend to be ready, generate custom API responses with Mocky and start working on your application straightaway

Mocky is a **free** and **unlimited** online service, accessible on **https://www.mocky.io**. Read the [FAQ](https://designer.mocky.io/faq) for more information about allowed usage.

_Everything is done to provide the best service quality, but I don't guarantee the sustainability or the stability of the application._

## How to host my own Mocky instance

Work in progress. Please come back in a few days !

## Architecture

### API

Mocky API is written in Scala with the [HTTP4s](https://http4s.org/) server. Mocks are stored into PostgreSQL database with [Doobie](https://tpolecat.github.io/doobie/).

See the [server/README.md](https://github.com/julien-lafont/Mocky/blob/master/server/README.md) for more information about how to build/run the API (WIP).

### Frontend

React/Redux application written in typescript.

See the [client/README.md](https://github.com/julien-lafont/Mocky/blob/master/client/README.md) for more information about how to build/run the frontend.

### Hosting

Mocky is currently hosted on [https://www.clever-cloud.com/en/](Clever-Cloud).

> Clever Cloud helps companies and IT professionals to achiveve software delivery faster, reduce their feedback loop, focus on their core value and stop worrying about their hosting infrastructure by providing a solution for application sustainability.
#### Mock your HTTP responses to test your REST API

Mocky is a simple app which allows to generate custom HTTP responses. <br />
It's helpful when you have to request a build-in-progress WS, when you want to mock the backend response in a singleapp,
or when you want to test your WS client.

## Is Mocky online?
## Contributors

Yes, Mocky is online, free and unlimited!
- [Julien lafont](https://twitter.com/julien_lafont)

**Try me now! https://www.mocky.io**
## License

_Everything is done to provide the best service quality, but I don't guarantee the sustainability or the stability of the application._
Mocky is licensed under the A[pache License, Version 2.0](https://github.com/julien-lafont/Mocky/blob/master/LICENSE) (the “License”); you may not use this software except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0 comments on commit 2ed1a7e

Please sign in to comment.