/APIfy

This is a MERN stack application, which is like a MARKETPLACE for APIs and for each API some sample app will be there to test it

Primary LanguageJavaScript

APIfy Marketplace app

Getting Started

This project requires the following software to be intstalled on your system

  1. NodeJS / NPM - https://nodejs.org/en/
  2. Git - https://git-scm.com/downloads

Getting a copy of this starter

You can simply fork this folder to start working on it.

To push your changes to Github/Gitlab you need to create a new repository and push the changes there.

Folder Structure

This is the predefined folder structure for this project. You can create new folder and files as per your requirement inside the src folder inside frontend or backend.

backend
    src
        middlewares -> create and store new middlewares here
        models -> create and store new models here
        routes -> create and store new route groups here
        utils -> create and store new utilities here

frontend
    src
        components -> create and store components here
        pages -> create and store pages here
        utils -> create and store utilities here