Skip to content

officialpiyush/image-gen-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


A simple and functional Image Manupulation API.

Support Apache-2.0 License


Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • NodeJS ( Version Greater Than 8 )
  • An Active Internet Connection
  • If Using Windows, node-gyp installed without any errors
  • Git Installed

Installing

  • First Clone The Repository using:

    git clone https://github.com/ionadev/image-gen-api.git
    
  • Then Navigate to your/path/image-gen-api-master.

  • Run if using npm:

    npm install
    

    or if yarn:

    yarn
    

Running

  • After Installing, run:
    • If Using npm:

      npm start
      
    • If Using yarn:

      yarn start  
      

Built With

Authors

  • Piyush Bhangale - Initial Work, Idea, Main Contributor, Owner - ionadev
  • Anish Shobith - Contributor,Readme - Anish-Shobith