mockBee
mockBee copied to clipboard
Mock Backend Servers for your next Frontend Project!
mockBEE
mockBee Docs ยท create-mock-backend ยท Report Bug ยท Request Feature
๐ค About
๐ 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)!
โจ Features
- 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!
โฌ Installation
Installation
Getting started with mockBee is easy! ๐โโ๏ธ
Approach 1: mockBee 2.0: CRA Templates
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
Approach 2: By using mock-backend starter
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!
Running the App
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
๐ We love Contributions
-
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
CONTRIBUTINGfor details on ourCODE OF CONDUCT, and the process for submitting pull requests to mockBEE.
๐ก๏ธ License
This project is licensed under the MIT License - see the LICENSE file for details.
