mockBee Docs · create-mock-backend · Report Bug · Request Feature
🚀 mockBEE will give you Fake Backend APIs for you to build awesome Frontend Projects!
⚡ Building and hosting custom backend is complex and time-consuming. Instead, use variety of fake APIs provided by mockBEE and get started instantly.
🌌 Built with MirageJS, which is an API Mocking Library
🤩 mockBEE is a collection of fine-crafted APIs for awesome web applications such as e-commerce, video-library, social media etc.
It is easily configurable, highly customizable and all app APIs are packed with cool features 🔥
You build beautiful frontend, we've got your Back(end)!
- Install directly from your command line
- Zero Config
- Choose from different available Backend Templates
- Well-documented and actively developed project
- Add your Custom Data
- Provides Backend Features like Auth out of the box
- Customize and Extend to add more features to your app if you might!
Getting started with mockBee is easy! 🏄♂️
Now you can use the CRA templates to install your favourite mockbee project directly!
npx create-react-app my-app --template mockbee-[project-name-here]
Available templates:
- mockbee-ecommerce
- mockbee-video-library
- mockbee-social-media
- mockbee-forum-app
- mockbee-project-management
- mockbee-habit-tracker
- mockbee-notes-app
Example command (say you want to install e-commerce template):
npx create-react-app my-app --template mockbee-ecommerce
Run the following command in your terminal.
npx create-mock-backend
// or
yarn create mock-backend
That's it! Wait for the installation to be finished follow the instructions in the terminal.
Select the name of your app, your favourite mockBee template and let us handle the rest for you!
Head over to your project and run,
npm start
// or
yarn start
This should run your react app on localhost:3000
!
Note: If you are running this application for the first time, make sure that you have the updated dependencies by running,
npm install
// or
yarn
-
mockBEE is truly Open Source. Any sort of contribution to this project are highly appreciated. Create a branch, add commits, and open a pull request.
-
Please read
CONTRIBUTING
for details on ourCODE OF CONDUCT
, and the process for submitting pull requests to mockBEE.
This project is licensed under the MIT License - see the LICENSE
file for details.