Show HN: A free, open-source, collaborative, mock API
mockachino.com
Show HN: A free, open-source, collaborative, mock API
1–5 of 5 posts
Re: Show HN: A free, open-source, collaborative, mock API
#2I've often found when starting a new project, usually someone works on the frontend and someone works on the backend.
This creates a state where the frontend developer has no backend to get data from.
Thats what I built this app for: to quickly create a few mock endpoints that can be shared between the team
Its built with Google Cloud Run and DynamoDB which means this can be deployed and hosted entirely for free
Re: Show HN: A free, open-source, collaborative, mock API
#3Re: Show HN: A free, open-source, collaborative, mock API
#4Re: Show HN: A free, open-source, collaborative, mock API
#5Here is a list of API mocking tools that covers HTTP but also other protocols, including OSS and commercial software: https://en.wikipedia.org/wiki/Comparison_of_API_simulation_t...
1. they usually have some free tier + some paid tier, and the free tier is never quite enough to do what you want. 2. They always seem to require account creation.
I'm not super interested in building this tool for large engineering teams, but more for a hackathon type project.