Skip to content

neogcamp/mockBee

Repository files navigation

mockBEE

mockBee licence mockBee forks mockBee stars mockBee issues mockBee pull-requests mockBee total lines of code

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:

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 CONTRIBUTING for details on our CODE 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.