Skip to content
forked from shelcia/mocker

Mocker can generate mock data with API endpoints, powered by faker.js

License

Notifications You must be signed in to change notification settings

Akshat162001/mocker

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Mocker

Mocker Generator

Mocker Generator

πŸ“Œ Introduction

A Web app which lets you generate data with API endpoints

Demo

demo_mocker.mov

⭐ How to get started?

You can refer to the following articles on the basics of Git and Github and also contact the Project Mentors, in case you are stuck:

πŸ’₯ How to Contribute?

PRs Welcome Open Source Love svg2

  • Take a look at the Existing Issues or create your own Issues!
  • Wait for the Issue to be assigned to you after which you can start working on it.
  • Fork the Repo and create a Branch for any Issue that you are working upon.
  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
  • Add Screenshots to help us know what this Script is all about.

⭐ Issues:

For major changes, you are welcome to open an issue to discuss what you would like to change. Enhancements will be appreciated.

Deployement

Web App

Frontend

https://mocker-gen.netlify.app/

Netlify Status

Backend

Vercel Status

Demo

email: [email protected]
password: password

To work with this repo

  • Clone this repo

  • To start backend cd backend

  • Run npm install

  • Then run node index.js or nodemon index.js

  • To start frontend cd frontend

  • Run npm install

  • Then run npm run dev

Addtionally within BE folder you will have to include MongoDB URL and Token in .env for local work

DB_CONNECT = mongodb srv://{username}:{password}@cluster0.hfdhy.mongodb.net/{collectio_name}?retryWrites=true&w=majority

TOKEN_SECRET = {some gibberish}

EMAIL_ID={email}

EMAIL_PWD={password}

πŸ’Ό Code of Conduct

We want to facilitate a healthy and constructive community behavior by adopting and enforcing our code of conduct.

πŸ§‘β€πŸ’» CONTRIBUTION πŸ‘

  • Contributions make the open source community such an amazing place to learn, inspire, and create.
  • Any contributions you make are greatly appreciated.
  • Check out our contribution guidelines for more information.

Project Admin πŸ’»

Our Amazing Contributors πŸ‘¨β€πŸ‘¨β€πŸ‘¦β€πŸ‘¦β€οΈ

Thanks to all the contributors who worked for this project to stay alive! 😊😎



Take a moment to star ⭐ the project if you like it

Do checkout the other repos πŸ’«

About

Mocker can generate mock data with API endpoints, powered by faker.js

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Other 0.5%