Skip to content

This project is an attemp to make the process of a graphql api creation easier. Just for golang with oracle for now

Notifications You must be signed in to change notification settings

azratul/graphql-api-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Maker

Intro

This project is in development stage. Thanks to GqlGen Project!.

How to use it

  1. Download the project

    git clone https://github.com/graphql-api-maker.git

  2. Enter to the project's folder

    cd maker

  3. Copy or rename the YAML file to .config and replace it with your settings.

    cp config.yml .config

  4. Run the script with these params: project's name, table's name and config tag. Ex. ./run.sh example-project table orcl_example

    ./run.sh {project_name} {table} {config_tag}

  5. Enter to the generated project folder and run it

    cd generated/{project_name}

    make go-run

About

This project is an attemp to make the process of a graphql api creation easier. Just for golang with oracle for now

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published